changeset 670:f8175b92d0f7

comlib: all modules compile after including config.h and fixedconf.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 28 Sep 2014 17:00:14 +0000
parents b3def8c01572
children 210268d8e553
files gsm-fw/comlib/cl_rlcmac.c gsm-fw/comlib/cl_shrd.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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 <string.h>
 #include <stdio.h>
 #include "typedefs.h"