diff --git a/include/common/compat.h b/include/common/compat.h index 774f9b44c..a41be70ca 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