comparison gsm-fw/g23m-gsm/sim/sim_em.c @ 751:b15d4b9d49c4

sim_em.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 11 Oct 2014 20:42:58 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
750:05c04e46a650 751:b15d4b9d49c4
20 +----------------------------------------------------------------------------- 20 +-----------------------------------------------------------------------------
21 */ 21 */
22 22
23 #ifndef SIM_EM_C 23 #ifndef SIM_EM_C
24 #define SIM_EM_C 24 #define SIM_EM_C
25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
25 29
26 #define ENTITY_SIM 30 #define ENTITY_SIM
27 31
28 /*==== INCLUDES ===================================================*/ 32 /*==== INCLUDES ===================================================*/
29 #include <string.h> 33 #include <string.h>
242 } 246 }
243 #endif /* FF_EM_MODE */ 247 #endif /* FF_EM_MODE */
244 248
245 249
246 #endif /* SIM_EM_C */ 250 #endif /* SIM_EM_C */
247
248