Include stdlib.h for strtol()

This commit is contained in:
Pierre Pronchery 2004-04-27 16:37:59 +00:00
parent 74b3fb8bf3
commit b192a20f17

View File

@ -5,6 +5,7 @@
#include <unistd.h>
extern int optind;
extern char * optarg;
#include <stdlib.h>
#include <stdio.h>