[CLEANUP] included common/version.h everywhere
diff --git a/include/types/capture.h b/include/types/capture.h
index e531b54..d0271a2 100644
--- a/include/types/capture.h
+++ b/include/types/capture.h
@@ -22,6 +22,8 @@
 #ifndef _TYPES_CAPTURE_H
 #define _TYPES_CAPTURE_H
 
+#include <common/config.h>
+
 struct cap_hdr {
     struct cap_hdr *next;
     char *name;				/* header name, case insensitive */