diff options
Diffstat (limited to 'include/xtables.h.in')
-rw-r--r-- | include/xtables.h.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in index da7ee6b9..6712aac0 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -269,10 +269,15 @@ extern const struct xtables_pprot xtables_chain_protos[]; extern u_int16_t xtables_parse_protocol(const char *s); #ifdef XTABLES_INTERNAL + +/* Shipped modules rely on this... */ + # ifndef ARRAY_SIZE # define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) # endif -# include <xtables/internal.h> + +extern void _init(void); + #endif #endif /* _XTABLES_H */ |