changeset 803:761416bb7bbc

aci: dti_cntrl_mng.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 04:42:51 +0000
parents b63b6e9da6cd
children b50379990075
files gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/dti_cntrl_mng.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 04:30:48 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 04:42:51 2015 +0000
@@ -18,7 +18,7 @@
 	cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \
 	cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \
 	cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \
-	conc_sms.o cphs.o cphs_aci.o
+	conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-aci/aci/dti_cntrl_mng.c	Sun Apr 05 04:30:48 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/dti_cntrl_mng.c	Sun Apr 05 04:42:51 2015 +0000
@@ -18,6 +18,11 @@
 +-----------------------------------------------------------------------------
 */
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef DTI
 
 #ifndef DTI_CNTRL_MNG_C