FreeCalypso > hg > freecalypso-sw
changeset 728:832e5506c598
mm_regs.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 Oct 2014 22:51:36 +0000 |
parents | 87cef40cf601 |
children | acc31840d51c |
files | gsm-fw/g23m-gsm/mm/Makefile gsm-fw/g23m-gsm/mm/mm_regs.c |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 22:48:18 2014 +0000 +++ b/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 22:51:36 2014 +0000 @@ -6,7 +6,7 @@ -I../../cdginc OBJS= mm_csf.o mm_em.o mm_forf.o mm_forp.o mm_fors.o mm_mmf.o mm_mmp.o \ - mm_mms.o mm_pei.o mm_regf.o mm_regp.o + mm_mms.o mm_pei.o mm_regf.o mm_regp.o mm_regs.o all: ${OBJS}
--- a/gsm-fw/g23m-gsm/mm/mm_regs.c Sat Oct 04 22:48:18 2014 +0000 +++ b/gsm-fw/g23m-gsm/mm/mm_regs.c Sat Oct 04 22:51:36 2014 +0000 @@ -22,6 +22,10 @@ #ifndef MM_REGS_C #define MM_REGS_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_MM /*==== INCLUDES ===================================================*/ @@ -123,7 +127,6 @@ "Authentication problem occurred %d", mm_data->last_auth_req_id); #endif /* WIN32 */ } - }