Fix to compilation problem with new headers from 2.6.18 kernel.
[iptables.git] / ipset / ipset_ipporthash.c
index 1ebbc50..4474985 100644 (file)
@@ -25,6 +25,9 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#ifndef __always_inline
+#define __always_inline inline
+#endif
 #include <asm/bitops.h>
 #include <asm/types.h>