# HG changeset patch # User Michael Spacefalcon # Date 1411923614 0 # Node ID f8175b92d0f7bc7b3729024adc0edf5399891580 # Parent b3def8c0157281f5bff68d7c1c074a0ad21dff45 comlib: all modules compile after including config.h and fixedconf.h diff -r b3def8c01572 -r f8175b92d0f7 gsm-fw/comlib/cl_rlcmac.c --- a/gsm-fw/comlib/cl_rlcmac.c Sun Sep 28 16:56:27 2014 +0000 +++ b/gsm-fw/comlib/cl_rlcmac.c Sun Sep 28 17:00:14 2014 +0000 @@ -22,6 +22,9 @@ #define CL_RLCMAC_C #endif /* #ifndef CL_RLCMAC_C */ +#include "config.h" +#include "fixedconf.h" + #define ENTITY_GRLC #define ENTITY_GRR diff -r b3def8c01572 -r f8175b92d0f7 gsm-fw/comlib/cl_shrd.c --- a/gsm-fw/comlib/cl_shrd.c Sun Sep 28 16:56:27 2014 +0000 +++ b/gsm-fw/comlib/cl_shrd.c Sun Sep 28 17:00:14 2014 +0000 @@ -34,6 +34,9 @@ #define CL_SHRD_C /*==== INCLUDES ===================================================*/ +#include "config.h" +#include "fixedconf.h" + #include #include #include "typedefs.h"