switch params.h with types.h and include time.h in timedated.c
[systembsd.git] / src / interfaces / timedated / timedated.c
index e79682a1989b3f6f580e59b5ee08f4a50f630426..87b5392fac8e619423c33b7df64ee5b596bafcee 100644 (file)
@@ -18,7 +18,8 @@
 #include <limits.h>
 #include <signal.h>
 
-#include <sys/param.h>
+#include <sys/types.h>
+#include <time.h>
 #include <string.h>
 
 #include <glib/gprintf.h>