chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / include / sys / time.h
index 4eccf824a46aff11f4891c68e50b17b107f70286..b503d210764f2a15cae6cabbdc6e98aa2bc7be9d 100644 (file)
@@ -6,6 +6,7 @@
 #define _SYS_TIME_H
 
 #include <klibc/extern.h>
+#include <sys/types.h>
 #include <linux/time.h>
 
 __extern int gettimeofday(struct timeval *, struct timezone *);