[CLEANUP] included common/version.h everywhere
diff --git a/include/types/httperr.h b/include/types/httperr.h
index 3a40a23..c594048 100644
--- a/include/types/httperr.h
+++ b/include/types/httperr.h
@@ -22,6 +22,8 @@
 #ifndef _TYPES_HTTPERR_H
 #define _TYPES_HTTPERR_H
 
+#include <common/config.h>
+
 /* various data sources for the responses */
 #define DATA_SRC_NONE	0
 #define DATA_SRC_STATS	1