# HG changeset patch # User Space Falcon # Date 1428220202 0 # Node ID d976884e0b079972fc246e30d5edf5ae611da612 # Parent 47a9c4eadf7fd93e5077679e9dbcc694ed83d1fc aci: psa_sms?.c done diff -r 47a9c4eadf7f -r d976884e0b07 gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:40:15 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:50:02 2015 +0000 @@ -22,7 +22,7 @@ line_edit.o line_split.o phb.o \ psa_ccf.o psa_ccp.o psa_ccs.o psa_f.o psa_mmf.o psa_mmif.o psa_mmip.o \ psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o psa_simf.o \ - psa_simp.o psa_sims.o + psa_simp.o psa_sims.o psa_smsf.o psa_smsp.o psa_smss.o all: ${OBJS} diff -r 47a9c4eadf7f -r d976884e0b07 gsm-fw/g23m-aci/aci/psa_smsf.c --- a/gsm-fw/g23m-aci/aci/psa_smsf.c Sun Apr 05 07:40:15 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_smsf.c Sun Apr 05 07:50:02 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_SMSF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #undef TRACING diff -r 47a9c4eadf7f -r d976884e0b07 gsm-fw/g23m-aci/aci/psa_smsp.c --- a/gsm-fw/g23m-aci/aci/psa_smsp.c Sun Apr 05 07:40:15 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_smsp.c Sun Apr 05 07:50:02 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_SMSP_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ diff -r 47a9c4eadf7f -r d976884e0b07 gsm-fw/g23m-aci/aci/psa_smss.c --- a/gsm-fw/g23m-aci/aci/psa_smss.c Sun Apr 05 07:40:15 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_smss.c Sun Apr 05 07:50:02 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_SMSS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/