changeset 691:e7b45d295580

cc_em.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 30 Sep 2014 01:29:41 +0000
parents d627c848fde3
children c1cda30fda52
files gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/cc/cc_em.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 01:27:29 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 01:29:41 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 cc_csf.o
+OBJS=	cc_act.o cc_cfk.o cc_csf.o cc_em.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-gsm/cc/cc_em.c	Tue Sep 30 01:27:29 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/cc_em.c	Tue Sep 30 01:29:41 2014 +0000
@@ -23,6 +23,10 @@
 #ifndef CC_EM_C
 #define CC_EM_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_CC
 
 /*==== INCLUDES ===================================================*/