FreeCalypso > hg > freecalypso-sw
changeset 695:698a036a023d
cc_pei.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 30 Sep 2014 02:14:08 +0000 |
parents | 69f70acb17c9 |
children | 7204091241d0 |
files | gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/cc/cc_pei.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 02:09:45 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 02:14:08 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 cc_em.o cc_est.o cc_ffk.o cc_for.o +OBJS= cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o cc_ffk.o cc_for.o cc_pei.o all: ${OBJS}
--- a/gsm-fw/g23m-gsm/cc/cc_pei.c Tue Sep 30 02:09:45 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/cc_pei.c Tue Sep 30 02:14:08 2014 +0000 @@ -22,6 +22,10 @@ #ifndef CC_PEI_C #define CC_PEI_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_CC /*==== INCLUDES ===================================================*/