fix warning (use correct header file)
authorBart De Schuymer <bdschuym@pandora.be>
Thu, 20 Oct 2005 17:35:18 +0000 (17:35 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Thu, 20 Oct 2005 17:35:18 +0000 (17:35 +0000)
examples/ulog/test_ulog.c

index cbb6c4f..f9d2f6c 100644 (file)
@@ -30,6 +30,7 @@
 #include <asm/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
+#include <time.h>
 #include <linux/netlink.h>
 #include <stdlib.h>
 #include <stdio.h>