# HG changeset patch # User Michael Spacefalcon # Date 1412027940 0 # Node ID 8e40f2974e4cb39c9507611e43e76b23dbd7e4ad # Parent 7ddec309313de78ac9c1b04bcce741ceff9b82bc alr_pei.c compiles diff -r 7ddec309313d -r 8e40f2974e4c gsm-fw/g23m-gsm/alr/Makefile --- a/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 21:35:16 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 21:59:00 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_pch.o alr_pei.o all: ${OBJS} diff -r 7ddec309313d -r 8e40f2974e4c gsm-fw/g23m-gsm/alr/alr_pei.c --- a/gsm-fw/g23m-gsm/alr/alr_pei.c Mon Sep 29 21:35:16 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/alr_pei.c Mon Sep 29 21:59:00 2014 +0000 @@ -22,6 +22,10 @@ #ifndef ALR_PEI_C #define ALR_PEI_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_PL /*==== INCLUDES ===================================================*/ @@ -1041,7 +1045,7 @@ alr_mon.version = buf; #else -/* Implements Measure#32 */ + alr_mon.version = VERSION_ALR; #endif /* _TMS470 */ *monitor = &alr_mon;