comparison gsm-fw/comlib/cl_list.c @ 668:94ef3f115ae2

gsm-fw/comlib/cl_list.c: compiles after including config.h and fixedconf.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 28 Sep 2014 07:34:57 +0000
parents d36f647c2432
children
comparison
equal deleted inserted replaced
667:b34e5351438e 668:94ef3f115ae2
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef CL_LIST_C 22 #ifndef CL_LIST_C
23 #define CL_LIST_C 23 #define CL_LIST_C
24
25 #include "config.h"
26 #include "fixedconf.h"
24 27
25 #define ENTITY_RR 28 #define ENTITY_RR
26 #define ENTITY_PL 29 #define ENTITY_PL
27 30
28 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/