comparison gsm-fw/L1/cfile/l1_mfmgr.c @ 565:335f9b00f8fc

L1: l1_mfmgr.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 08 Aug 2014 03:31:14 +0000
parents 96a96ec34139
children
comparison
equal deleted inserted replaced
564:b0af3534ef35 565:335f9b00f8fc
8 * 8 *
9 ************* Revision Controle System Header *************/ 9 ************* Revision Controle System Header *************/
10 10
11 #define L1_MFMGR_C 11 #define L1_MFMGR_C
12 12
13 #include "config.h"
14 #include "l1_confg.h"
13 #include "l1_macro.h" 15 #include "l1_macro.h"
14 #include "l1_confg.h"
15 16
16 #if (CODE_VERSION == SIMULATION) 17 #if (CODE_VERSION == SIMULATION)
17 #include <string.h> 18 #include <string.h>
18 #include "l1_types.h" 19 #include "l1_types.h"
19 #include "sys_types.h" 20 #include "sys_types.h"
70 #endif 71 #endif
71 #if (L1_AAC == 1) 72 #if (L1_AAC == 1)
72 #include "l1aac_defty.h" 73 #include "l1aac_defty.h"
73 #endif 74 #endif
74 #include "l1_defty.h" 75 #include "l1_defty.h"
75 #include "cust_os.h" 76 #include "../../gpf/inc/cust_os.h"
76 #include "l1_msgty.h" 77 #include "l1_msgty.h"
77 #include "l1_varex.h" 78 #include "l1_varex.h"
78 #include "l1_proto.h" 79 #include "l1_proto.h"
79 #endif 80 #endif
80 #include "l1_tabs.h" 81 #include "l1_tabs.h"