comparison gsm-fw/comlib/cl_shrd.c @ 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 d36f647c2432
children
comparison
equal deleted inserted replaced
669:b3def8c01572 670:f8175b92d0f7
31 31
32 /**********************************************************************************/ 32 /**********************************************************************************/
33 #ifndef CL_SHRD_C 33 #ifndef CL_SHRD_C
34 #define CL_SHRD_C 34 #define CL_SHRD_C
35 /*==== INCLUDES ===================================================*/ 35 /*==== INCLUDES ===================================================*/
36
37 #include "config.h"
38 #include "fixedconf.h"
36 39
37 #include <string.h> 40 #include <string.h>
38 #include <stdio.h> 41 #include <stdio.h>
39 #include "typedefs.h" 42 #include "typedefs.h"
40 #include "vsi.h" 43 #include "vsi.h"