comparison gsm-fw/g23m-gsm/alr/alr_tim.c @ 685:4094f0d750c7

alr_tim.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 23:34:03 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
684:e820049b5cf4 685:4094f0d750c7
17 | Purpose : 17 | Purpose :
18 +----------------------------------------------------------------------------- 18 +-----------------------------------------------------------------------------
19 */ 19 */
20 #ifndef ALR_TIM_C 20 #ifndef ALR_TIM_C
21 #define ALR_TIM_C 21 #define ALR_TIM_C
22
23 #include "config.h"
24 #include "fixedconf.h"
25 #include "condat-features.h"
22 26
23 #define ENTITY_PL 27 #define ENTITY_PL
24 28
25 /*==== INCLUDES ===================================================*/ 29 /*==== INCLUDES ===================================================*/
26 #include <string.h> 30 #include <string.h>
285 return FALSE; 289 return FALSE;
286 } 290 }
287 } 291 }
288 292
289 #endif /* ALR_TIM_C */ 293 #endif /* ALR_TIM_C */
290