# HG changeset patch # User Michael Spacefalcon # Date 1412384066 0 # Node ID 537f0f05957474218d9cb00b8e86733b27e2ba10 # Parent 470f87d367419c244fe269dea841ef216671af41 mm_em.c compiles diff -r 470f87d36741 -r 537f0f059574 gsm-fw/g23m-gsm/mm/Makefile --- a/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 00:45:59 2014 +0000 +++ b/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 00:54:26 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= mm_csf.o +OBJS= mm_csf.o mm_em.o all: ${OBJS} diff -r 470f87d36741 -r 537f0f059574 gsm-fw/g23m-gsm/mm/mm_em.c --- a/gsm-fw/g23m-gsm/mm/mm_em.c Sat Oct 04 00:45:59 2014 +0000 +++ b/gsm-fw/g23m-gsm/mm/mm_em.c Sat Oct 04 00:54:26 2014 +0000 @@ -14,15 +14,19 @@ | whole, or in part, without the specific written consent of | Texas Instruments Berlin, AG. +----------------------------------------------------------------------------- -| Purpose : This Module defines the engineering mode (EM) device driver for the -| G23 protocol stack. This driver is used to control all engineering -| mode related functions. +| Purpose : This Module defines the engineering mode (EM) device driver for +| the G23 protocol stack. This driver is used to control all +} engineering mode related functions. +----------------------------------------------------------------------------- */ #ifndef MM_EM_C #define MM_EM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_MM /*==== INCLUDES ===================================================*/