diff --git a/openair-cn/MME_APP/mme_app_bearer.c b/openair-cn/MME_APP/mme_app_bearer.c
index 7eff8c9cdab76bbf3a6097cb0717c86db0456683..8347f0a922127cd6d6079b67555a00f358824c83 100644
--- a/openair-cn/MME_APP/mme_app_bearer.c
+++ b/openair-cn/MME_APP/mme_app_bearer.c
@@ -33,6 +33,7 @@
 #include <string.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "mme_app_extern.h"
 #include "mme_app_ue_context.h"
diff --git a/openair-cn/MME_APP/mme_app_context.c b/openair-cn/MME_APP/mme_app_context.c
index 5b2408b9a011d67497e55ec9514549314eef9124..e0faa78ced0b29a98643a4440dc62ff5f9a6d5ea 100644
--- a/openair-cn/MME_APP/mme_app_context.c
+++ b/openair-cn/MME_APP/mme_app_context.c
@@ -38,6 +38,7 @@
 #include <arpa/inet.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "assertions.h"
 #include "conversions.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_context_manager.c b/openair-cn/SGW-LITE/sgw_lite_context_manager.c
index acc08abe8b648f18e2f8afec576398ed4ecef0f7..091788806de629c3498410526570d65fdd963075 100644
--- a/openair-cn/SGW-LITE/sgw_lite_context_manager.c
+++ b/openair-cn/SGW-LITE/sgw_lite_context_manager.c
@@ -37,6 +37,7 @@
 #include "hashtable.h"
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 #include "sgw_lite_defs.h"
 #include "sgw_lite_context_manager.h"
 #include "sgw_lite.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_handlers.c b/openair-cn/SGW-LITE/sgw_lite_handlers.c
index b45d30aeed08b7a91a6884973f4b4264a3b3598d..c1e6727046e06c38a4b53391818528dd228a6a90 100644
--- a/openair-cn/SGW-LITE/sgw_lite_handlers.c
+++ b/openair-cn/SGW-LITE/sgw_lite_handlers.c
@@ -36,6 +36,7 @@
 #include "assertions.h"
 #include "common_types.h"
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "sgw_lite_defs.h"
 #include "sgw_lite_handlers.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_task.c b/openair-cn/SGW-LITE/sgw_lite_task.c
index 84fd3cb13c8c813bce4e1154c2dc88d5d92a6450..3da1b8c3c214e2d65cee7a9162369dca941effd8 100644
--- a/openair-cn/SGW-LITE/sgw_lite_task.c
+++ b/openair-cn/SGW-LITE/sgw_lite_task.c
@@ -35,10 +35,10 @@
 #include <assert.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 #include "sgw_lite_defs.h"
 #include "sgw_lite_handlers.h"
 #include "sgw_lite.h"
-#include "mme_config.h"
 #include "hashtable.h"
 
 sgw_app_t    sgw_app;