Include stdlib.h for atoi declaration

Add $FreeBSD$ while I'm here.
This commit is contained in:
Warner Losh 2003-06-09 06:22:01 +00:00
parent f4fe0dcb87
commit 1d08b7ad50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116075

View File

@ -22,6 +22,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
/*
@ -31,6 +33,7 @@
#include <sys/types.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int length = 66;