From a07b4097cf8110f83d6879eb320c0587fb473dfe Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Tue, 9 Jul 2013 14:19:41 +0000
Subject: [PATCH] - Fix compiler warnings

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4016 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/SIMU/USER/oaisim.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c
index b3acfb8e33..3aecc61673 100644
--- a/targets/SIMU/USER/oaisim.c
+++ b/targets/SIMU/USER/oaisim.c
@@ -15,6 +15,8 @@
 #include "PHY/vars.h"
 #include "MAC_INTERFACE/vars.h"
 
+#include "SIMULATION/ETH_TRANSPORT/proto.h"
+
 //#ifdef OPENAIR2
 #include "LAYER2/MAC/defs.h"
 #include "LAYER2/MAC/vars.h"
@@ -267,8 +269,9 @@ int log_thread_finalize() {
     pthread_mutex_destroy(&log_lock);
     pthread_cond_destroy(&log_notify);
   }
+#endif
+
   return err;
-#endif 
 }
 
 
-- 
GitLab