All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables/extensions/libipt_time.c missing include
@ 2004-01-23  2:06 laurent.ml
  2004-01-23  9:52 ` Bastian Blank
  0 siblings, 1 reply; 6+ messages in thread
From: laurent.ml @ 2004-01-23  2:06 UTC (permalink / raw)
  To: netfilter-devel


Hi,

Tell me if I'm wrong, it seems an include is missing in
extensions/libipt_time.c from iptables cvs.
(line 302 : offsetof)

--- extensions/libipt_time.c.ancien     2004-01-23 02:59:59.000000000
    +0100
+++ extensions/libipt_time.c    2004-01-23 02:54:17.000000000 +0100
@@ -3,6 +3,7 @@
 #include <netdb.h>
 #include <string.h>
 #include <stdlib.h>
+#include <linux/stddef.h>
 #include <getopt.h>
 
 #include <iptables.h>


-- 
Laurent

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-01-27 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-23  2:06 iptables/extensions/libipt_time.c missing include laurent.ml
2004-01-23  9:52 ` Bastian Blank
2004-01-27 10:57   ` Harald Welte
2004-01-27 11:41     ` Bastian Blank
     [not found]     ` <Pine.LNX.4.44.0401271300460.16067-100000@filer.marasystems.com>
2004-01-27 13:08       ` Harald Welte
2004-01-27 18:13     ` Stephen Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.