[CLEANUP] included common/version.h everywhere
diff --git a/include/common/compat.h b/include/common/compat.h
index a605da1..58908d7 100644
--- a/include/common/compat.h
+++ b/include/common/compat.h
@@ -24,6 +24,7 @@
 
 /* This is needed on Linux for Netfilter includes */
 #include <sys/socket.h>
+#include <common/config.h>
 
 /* INTBITS
  * how many bits are needed to code the size of an int on the target platform.