changeset 685:4094f0d750c7

alr_tim.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 23:34:03 +0000
parents e820049b5cf4
children 695ac18cbcf9
files gsm-fw/g23m-gsm/alr/Makefile gsm-fw/g23m-gsm/alr/alr_tim.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}
 
--- 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 */
-