From 68fed0a1ce807b0885abd36925732c999295e5dd Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Mon, 21 Oct 2013 17:18:41 +0000
Subject: [PATCH] Included "mme_config.h" explicitely in this file because it
 must be removed from "intertask_interface.h" to make ITTI more generic.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4246 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/MME_APP/mme_app_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openair-cn/MME_APP/mme_app_main.c b/openair-cn/MME_APP/mme_app_main.c
index bde2776667..df27befc10 100644
--- a/openair-cn/MME_APP/mme_app_main.c
+++ b/openair-cn/MME_APP/mme_app_main.c
@@ -33,6 +33,7 @@
 #include <string.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 #include "timer.h"
 
 #include "mme_app_extern.h"
-- 
GitLab