diff gsm-fw/g23m-aci/aci/cphs.c @ 802:b63b6e9da6cd

aci: conc_sms.c, cphs.c and cphs_aci.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 04:30:48 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/cphs.c	Sun Apr 05 04:16:57 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cphs.c	Sun Apr 05 04:30:48 2015 +0000
@@ -15,6 +15,11 @@
 #ifndef CPHS_C
 #define CPHS_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 /* needed for all files that are part of ACI */
 #include "aci_all.h"
 #include "aci_cmh.h"
@@ -2785,6 +2790,3 @@
 }
 
 #endif /* CPHS_C */
-
-
-