[CLEANUP] included common/version.h everywhere
diff --git a/include/types/task.h b/include/types/task.h
index 560a2fc..6b1df22 100644
--- a/include/types/task.h
+++ b/include/types/task.h
@@ -22,9 +22,9 @@
 #ifndef _TYPES_TASK_H
 #define _TYPES_TASK_H
 
-
 #include <sys/time.h>
 
+#include <common/config.h>
 
 /* values for task->state */
 #define TASK_IDLE	0