# HG changeset patch # User Michael Spacefalcon # Date 1412040581 0 # Node ID e7b45d295580f91121710b44b3b6b95ac776127e # Parent d627c848fde32fe6a568ccae98813e0a64670a7f cc_em.c compiles diff -r d627c848fde3 -r e7b45d295580 gsm-fw/g23m-gsm/cc/Makefile --- 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} diff -r d627c848fde3 -r e7b45d295580 gsm-fw/g23m-gsm/cc/cc_em.c --- 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 ===================================================*/