diff gsm-fw/g23m-gsm/dl/dl_com.c @ 702:900be07de4e8

dl_com.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:25:57 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/dl_com.c	Thu Oct 02 18:48:12 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/dl_com.c	Fri Oct 03 03:25:57 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef DL_COM_C
 #define DL_COM_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_DL
 
 /*==== INCLUDES ===================================================*/
@@ -86,7 +90,7 @@
   }
 #endif  /* INVOKE_SIGNAL */
 
-TRACE_ASSERT(pointer);
+  TRACE_ASSERT(pointer);
   MY_PFREE (pointer);
 }
 
@@ -1324,4 +1328,3 @@
 #endif /* defined (DL_TRACE_ENABLED) || defined (FF_EM_MODE) */
 
 #endif  /* DL_COM_C */
-