commit | 0eaa218e0a3338fcf81e115712da4abfb4e3d724 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Oct 20 17:35:18 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Oct 20 17:35:18 2005 +0000 |
tree | 92758534d153d5ce955108e862090045ee8f895f | |
parent | 095f2584082cf948a21302fd4214508029d1a8c4 [diff] |
fix warning (use correct header file)
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>