# HG changeset patch # User Michael Spacefalcon # Date 1413068963 0 # Node ID 6a5dca88b6193c26b2daa90fdaffc300f62c4846 # Parent 5767cb509546d6257f84b9a9dadb35bf9820e807 sms_time.c compiles diff -r 5767cb509546 -r 6a5dca88b619 gsm-fw/g23m-gsm/sms/Makefile --- a/gsm-fw/g23m-gsm/sms/Makefile Sat Oct 11 23:05:52 2014 +0000 +++ b/gsm-fw/g23m-gsm/sms/Makefile Sat Oct 11 23:09:23 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= sms_cp.o sms_csf.o sms_em.o sms_for.o sms_pei.o sms_rl.o +OBJS= sms_cp.o sms_csf.o sms_em.o sms_for.o sms_pei.o sms_rl.o sms_time.o all: ${OBJS} diff -r 5767cb509546 -r 6a5dca88b619 gsm-fw/g23m-gsm/sms/sms_time.c --- a/gsm-fw/g23m-gsm/sms/sms_time.c Sat Oct 11 23:05:52 2014 +0000 +++ b/gsm-fw/g23m-gsm/sms/sms_time.c Sat Oct 11 23:09:23 2014 +0000 @@ -22,6 +22,10 @@ #ifndef SMS_TIM_C #define SMS_TIM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_SMS /*==== INCLUDES ===================================================*/