FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-aci/aci/psa_sims.c @ 810:47a9c4eadf7f
aci: psa_sim?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 07:40:15 +0000 |
parents | eedbf248bac0 |
children |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/psa_sims.c Sun Apr 05 07:31:18 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_sims.c Sun Apr 05 07:40:15 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_SIMS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ @@ -76,9 +81,9 @@ /* temporary solution to get ffs.h included without GPRS to be set ! */ #ifdef GPRS -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #else -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #undef GPRS #endif /* GPRS */ #include "ffs_coat.h"