diff gsm-fw/g23m-gsm/cc/cc_csf.c @ 690:d627c848fde3

cc_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 30 Sep 2014 01:27:29 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/cc_csf.c	Tue Sep 30 01:20:27 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/cc_csf.c	Tue Sep 30 01:27:29 2014 +0000
@@ -25,6 +25,10 @@
 #ifndef CC_CSF_C
 #define CC_CSF_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_CC
 /*==== INCLUDES ===================================================*/
 
@@ -43,7 +47,7 @@
 #include "tok.h"
 #include "cc.h"
 
-#include "M_rr_com.h"
+#include "m_rr_com.h"
 
 /*==== EXPORT =====================================================*/
 
@@ -135,4 +139,3 @@
 };
 
 #endif
-