# HG changeset patch # User Michael Spacefalcon # Date 1413060178 0 # Node ID b15d4b9d49c4e6176ac4e23b8e5021cea69887ba # Parent 05c04e46a6507ac679818619c8ec6202c9fffdda sim_em.c compiles diff -r 05c04e46a650 -r b15d4b9d49c4 gsm-fw/g23m-gsm/sim/Makefile --- a/gsm-fw/g23m-gsm/sim/Makefile Sat Oct 11 20:40:52 2014 +0000 +++ b/gsm-fw/g23m-gsm/sim/Makefile Sat Oct 11 20:42:58 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= sim_app.o +OBJS= sim_app.o sim_em.o all: ${OBJS} diff -r 05c04e46a650 -r b15d4b9d49c4 gsm-fw/g23m-gsm/sim/sim_em.c --- a/gsm-fw/g23m-gsm/sim/sim_em.c Sat Oct 11 20:40:52 2014 +0000 +++ b/gsm-fw/g23m-gsm/sim/sim_em.c Sat Oct 11 20:42:58 2014 +0000 @@ -23,6 +23,10 @@ #ifndef SIM_EM_C #define SIM_EM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_SIM /*==== INCLUDES ===================================================*/ @@ -244,5 +248,3 @@ #endif /* SIM_EM_C */ - -