All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix missing include in iptables-1.2.9-20040409
@ 2004-04-11 10:37 Friedrich Lobenstock
  0 siblings, 0 replies; only message in thread
From: Friedrich Lobenstock @ 2004-04-11 10:37 UTC (permalink / raw)
  To: Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hi netfilter team!

iptables-save.c in iptables-1.2.9-20040409 needs "#include <netdb.h>" for 
getprotobynumber() so it compiles.

-- 
MfG / Regards
Friedrich Lobenstock

[-- Attachment #2: patch-iptables-1.2.9-20040409 --]
[-- Type: text/plain, Size: 314 bytes --]

--- iptables-1.2.9-20040409/iptables-save.c~	2004-04-11 13:22:32.000000000 +0200
+++ iptables-1.2.9-20040409/iptables-save.c	2004-04-11 13:22:32.000000000 +0200
@@ -13,6 +13,7 @@
 #include <string.h>
 #include <dlfcn.h>
 #include <time.h>
+#include <netdb.h>
 #include "libiptc/libiptc.h"
 #include "iptables.h"
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-11 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-11 10:37 [PATCH] fix missing include in iptables-1.2.9-20040409 Friedrich Lobenstock

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.