diff --git a/include/common/compat.h b/include/common/compat.h index 9cce1f53c6..4e86325e69 100644 --- a/include/common/compat.h +++ b/include/common/compat.h @@ -35,6 +35,7 @@ #include #include #include +#include /* INTBITS * how many bits are needed to code the size of an int on the target platform. @@ -63,6 +64,8 @@ #endif #if defined(TPROXY) && defined(NETFILTER) +#include +#include #include #endif