# HG changeset patch # User Michael Spacefalcon # Date 1413074989 0 # Node ID b5a4104c24a531e6ba767c374d26cb96e00743be # Parent 20a2e453564c599b11cc14f07d1857522f461b3f ss_pei.c compiles diff -r 20a2e453564c -r b5a4104c24a5 gsm-fw/g23m-gsm/ss/Makefile --- a/gsm-fw/g23m-gsm/ss/Makefile Sun Oct 12 00:46:24 2014 +0000 +++ b/gsm-fw/g23m-gsm/ss/Makefile Sun Oct 12 00:49:49 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= ss_csf.o ss_em.o ss_for.o +OBJS= ss_csf.o ss_em.o ss_for.o ss_pei.o all: ${OBJS} diff -r 20a2e453564c -r b5a4104c24a5 gsm-fw/g23m-gsm/ss/ss_pei.c --- a/gsm-fw/g23m-gsm/ss/ss_pei.c Sun Oct 12 00:46:24 2014 +0000 +++ b/gsm-fw/g23m-gsm/ss/ss_pei.c Sun Oct 12 00:49:49 2014 +0000 @@ -22,9 +22,12 @@ #ifndef SS_PEI_C #define SS_PEI_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_SS - /*==== INCLUDES ===================================================*/ #if defined (NEW_FRAME)