# HG changeset patch # User Michael Spacefalcon # Date 1412033643 0 # Node ID 4094f0d750c72e627618e1572c9973f7b3c8dc56 # Parent e820049b5cf40b899347563cabb62708f13ff1ae alr_tim.c compiles diff -r e820049b5cf4 -r 4094f0d750c7 gsm-fw/g23m-gsm/alr/Makefile --- a/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 23:26:36 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 23:34:03 2014 +0000 @@ -6,7 +6,7 @@ -I../../cdginc OBJS= alr_cbch.o alr_cs.o alr_csf.o alr_dedi.o alr_em.o alr_main.o alr_nc.o \ - alr_pch.o alr_pei.o alr_rach.o + alr_pch.o alr_pei.o alr_rach.o alr_tim.o all: ${OBJS} diff -r e820049b5cf4 -r 4094f0d750c7 gsm-fw/g23m-gsm/alr/alr_tim.c --- a/gsm-fw/g23m-gsm/alr/alr_tim.c Mon Sep 29 23:26:36 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/alr_tim.c Mon Sep 29 23:34:03 2014 +0000 @@ -20,6 +20,10 @@ #ifndef ALR_TIM_C #define ALR_TIM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_PL /*==== INCLUDES ===================================================*/ @@ -287,4 +291,3 @@ } #endif /* ALR_TIM_C */ -