diff gsm-fw/g23m-glue/gdi/rx.c @ 841:3efeaab1aea5

gdi: rx.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:36:05 +0000
parents 549b7ac60300
children
line wrap: on
line diff
--- a/gsm-fw/g23m-glue/gdi/rx.c	Sat Apr 25 19:33:05 2015 +0000
+++ b/gsm-fw/g23m-glue/gdi/rx.c	Sat Apr 25 19:36:05 2015 +0000
@@ -32,6 +32,10 @@
 #define ENTITY_CST
 /*==== INCLUDES ===================================================*/
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #if defined (NEW_FRAME)
 
 #include <string.h>
@@ -327,4 +331,3 @@
     }
 #endif  /* !RX_INDICATION_WITHOUT_TIMER */
 }
-