summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-10-20 17:35:18 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-10-20 17:35:18 +0000
commit0eaa218e0a3338fcf81e115712da4abfb4e3d724 (patch)
tree92758534d153d5ce955108e862090045ee8f895f
parent095f2584082cf948a21302fd4214508029d1a8c4 (diff)
fix warning (use correct header file)
-rw-r--r--examples/ulog/test_ulog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ulog/test_ulog.c b/examples/ulog/test_ulog.c
index cbb6c4f..f9d2f6c 100644
--- a/examples/ulog/test_ulog.c
+++ b/examples/ulog/test_ulog.c
@@ -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>