# HG changeset patch # User Space Falcon # Date 1428213028 0 # Node ID 6ce960359feea9f69cc454756fee1cf56c3b6247 # Parent f219798c74eaf4a76c11f18cff6797c482d6872a aci: phb.c compiles diff -r f219798c74ea -r 6ce960359fee gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:15:08 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:50:28 2015 +0000 @@ -19,7 +19,7 @@ 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 dti_cntrl_mng.o hl_audio_drv.o \ - line_edit.o line_split.o + line_edit.o line_split.o phb.o all: ${OBJS} diff -r f219798c74ea -r 6ce960359fee gsm-fw/g23m-aci/aci/phb.c --- 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 */