# HG changeset patch # User Michael Spacefalcon # Date 1412463096 0 # Node ID 832e5506c598690b9ce8604e7257458e53989bc5 # Parent 87cef40cf60106c90f965cfd94d70165c07cb9eb mm_regs.c compiles diff -r 87cef40cf601 -r 832e5506c598 gsm-fw/g23m-gsm/mm/Makefile --- 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} diff -r 87cef40cf601 -r 832e5506c598 gsm-fw/g23m-gsm/mm/mm_regs.c --- 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 */ } - }