Commit 4eefd0f8 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Add missing #include.

time(2) requires time.h.
parent 846681fd
......@@ -13,6 +13,7 @@
#endif
#include <limits.h>
#include <locale.h>
#include <time.h>
extern int optind;
extern char *optarg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment