projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef5201
)
switch params.h with types.h and include time.h in timedated.c
author
kremlin
<ian@kremlin.cc>
Mon, 25 Aug 2014 17:08:00 +0000
(12:08 -0500)
committer
kremlin
<ian@kremlin.cc>
Mon, 25 Aug 2014 17:08:00 +0000
(12:08 -0500)
src/interfaces/timedated/timedated.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/timedated/timedated.c
b/src/interfaces/timedated/timedated.c
index e79682a1989b3f6f580e59b5ee08f4a50f630426..87b5392fac8e619423c33b7df64ee5b596bafcee 100644
(file)
--- a/
src/interfaces/timedated/timedated.c
+++ b/
src/interfaces/timedated/timedated.c
@@
-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>