# HG changeset patch
# User Space Falcon <falcon@ivan.Harhan.ORG>
# Date 1428221829 0
# Node ID 15cf4a8961d0d7d7abab11cb1b73db21fc44a6fa
# Parent  1c0c8f93bd6081ec1d1ef24a94c77e32ea14c4c5
aci: sap_dti.c and sap_em.c done

diff -r 1c0c8f93bd60 -r 15cf4a8961d0 gsm-fw/g23m-aci/aci/Makefile
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 08:17:09 2015 +0000
@@ -23,7 +23,8 @@
 	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_smsf.o psa_smsp.o psa_smss.o psa_ssf.o \
-	psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o
+	psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o \
+	sap_dti.o sap_em.o
 
 all:	${OBJS}
 
diff -r 1c0c8f93bd60 -r 15cf4a8961d0 gsm-fw/g23m-aci/aci/sap_dti.c
--- a/gsm-fw/g23m-aci/aci/sap_dti.c	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/sap_dti.c	Sun Apr 05 08:17:09 2015 +0000
@@ -22,6 +22,11 @@
 */ 
 /*==== INCLUDES ===================================================*/
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef DTI
 
 #ifndef SAP_DTI_C
diff -r 1c0c8f93bd60 -r 15cf4a8961d0 gsm-fw/g23m-aci/aci/sap_em.c
--- a/gsm-fw/g23m-aci/aci/sap_em.c	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/sap_em.c	Sun Apr 05 08:17:09 2015 +0000
@@ -19,6 +19,11 @@
 +----------------------------------------------------------------------------- 
 */ 
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/