diff gsm-fw/g23m-gsm/dl/dl_em.c @ 707:b111f8e4aef3

dl_em.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 04:08:59 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/dl_em.c	Fri Oct 03 04:05:21 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/dl_em.c	Fri Oct 03 04:08:59 2014 +0000
@@ -23,9 +23,12 @@
 #ifndef DL_EM_C
 #define DL_EM_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_DL
 
-
 /*==== INCLUDES ===================================================*/
 #include "typedefs.h"
 #include <string.h>
@@ -223,7 +226,7 @@
   }
   else
   {
-    SYST_TRACE ("DL:canīt open semaphore \"EM_DL_SEM\"");
+    SYST_TRACE ("DL:can't open semaphore \"EM_DL_SEM\"");
   }
 
   em_dl_trace_occured = 0;
@@ -375,4 +378,3 @@
 #endif /* FF_EM_MODE */
 
 #endif /* DL_EM_C */
-