Add missing #include.

time(2) requires time.h.
This commit is contained in:
Heikki Linnakangas 2013-03-25 09:55:43 +02:00
parent 846681fdd5
commit 4eefd0f86b

View File

@ -13,6 +13,7 @@
#endif
#include <limits.h>
#include <locale.h>
#include <time.h>
extern int optind;
extern char *optarg;