diff gsm-fw/g23m-aci/aci/phb.c @ 806:6ce960359fee

aci: phb.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 05:50:28 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/phb.c	Sun Apr 05 05:15:08 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/phb.c	Sun Apr 05 05:50:28 2015 +0000
@@ -18,6 +18,11 @@
 +----------------------------------------------------------------------------- 
 */ 
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifndef TI_PS_FFS_PHB
 
 #include "aci_all.h"
@@ -53,7 +58,7 @@
 #include "psa_ss.h"
 
 #ifndef _SIMULATION_
-#include "ffs\ffs.h"
+#include "../../services/ffs/ffs.h"
 #endif
 /********* current define *******************************************/
 static T_PHB_EXT_CMP_FCT   ext_compare_fct = NULL;  /* external compare function */