From 94699d4d981f654c48c4d97db4330c6e5ddaca61 Mon Sep 17 00:00:00 2001
From: thomasl <thomasl@eurecom.fr>
Date: Mon, 2 Mar 2015 11:06:28 +0000
Subject: [PATCH] inline not possible as external linker: must be a C language
 include

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

diff --git a/openair-cn/S1AP/s1ap_eNB_ue_context.c b/openair-cn/S1AP/s1ap_eNB_ue_context.c
index 745837be89..fcb010d0e9 100644
--- a/openair-cn/S1AP/s1ap_eNB_ue_context.c
+++ b/openair-cn/S1AP/s1ap_eNB_ue_context.c
@@ -47,7 +47,7 @@
 #include "s1ap_eNB_defs.h"
 #include "s1ap_eNB_ue_context.h"
 
-inline int s1ap_eNB_compare_eNB_ue_s1ap_id(
+int s1ap_eNB_compare_eNB_ue_s1ap_id(
     struct s1ap_eNB_ue_context_s *p1, struct s1ap_eNB_ue_context_s *p2)
 {
     if (p1->eNB_ue_s1ap_id > p2->eNB_ue_s1ap_id) {
-- 
GitLab