add missing #include <getopt.h>

do not override CC in config.mk
This commit is contained in:
pancake
2011-05-24 14:34:26 +02:00
parent 78fd8698cc
commit da547fb294
11 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <stdlib.h>
#include <getopt.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>