diff options
Diffstat (limited to 'include/ignore.h')
-rw-r--r-- | include/ignore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ignore.h b/include/ignore.h index f1c2846..efb375d 100644 --- a/include/ignore.h +++ b/include/ignore.h @@ -3,6 +3,8 @@ #include <stdint.h> +struct nf_conntrack; + struct ignore_pool { struct hashtable *h; }; |