changeset 690:d627c848fde3

cc_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 30 Sep 2014 01:27:29 +0000
parents 8b1121359341
children e7b45d295580
files gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/cc/cc_csf.c
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 01:20:27 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 01:27:29 2014 +0000
@@ -5,7 +5,7 @@
 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
 	-I../../cdginc
 
-OBJS=	cc_act.o cc_cfk.o
+OBJS=	cc_act.o cc_cfk.o cc_csf.o
 
 all:	${OBJS}
 
--- 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
-