FreeCalypso > hg > freecalypso-sw
changeset 841:3efeaab1aea5
gdi: rx.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 19:36:05 +0000 |
parents | 60a08fe672d8 |
children | a862a41f26b7 |
files | gsm-fw/g23m-glue/gdi/Makefile gsm-fw/g23m-glue/gdi/rx.c |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:33:05 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:36:05 2015 +0000 @@ -6,7 +6,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= audio.o ffs_coat.o power.o rtc.o +OBJS= audio.o ffs_coat.o power.o rtc.o rx.o all: libgdi.a
--- a/gsm-fw/g23m-glue/gdi/rx.c Sat Apr 25 19:33:05 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/rx.c Sat Apr 25 19:36:05 2015 +0000 @@ -32,6 +32,10 @@ #define ENTITY_CST /*==== INCLUDES ===================================================*/ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #if defined (NEW_FRAME) #include <string.h> @@ -327,4 +331,3 @@ } #endif /* !RX_INDICATION_WITHOUT_TIMER */ } -