comparison gsm-fw/gpf/frame/vsi_ppm.c @ 319:2c760f6b1fe0

gsm-fw/gpf/frame: everything compiles except vsi_trc.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 11 Apr 2014 08:13:52 +0000
parents 79080922d8e4
children
comparison
equal deleted inserted replaced
318:0c87c1f9dac5 319:2c760f6b1fe0
20 20
21 #ifndef __VSI_PPM_C__ 21 #ifndef __VSI_PPM_C__
22 #define __VSI_PPM_C__ 22 #define __VSI_PPM_C__
23 #endif 23 #endif
24 24
25 #include "gpfconf.h"
26
25 #ifdef MEMORY_SUPERVISION 27 #ifdef MEMORY_SUPERVISION
26 28
27 /*==== INCLUDES ===================================================*/ 29 /*==== INCLUDES ===================================================*/
28 30
29 #include "string.h" 31 #include <string.h>
30 #include "typedefs.h" 32 #include "typedefs.h"
31 #include "os.h" 33 #include "os.h"
32 #include "vsi.h" 34 #include "vsi.h"
33 #include "tools.h" 35 #include "tools.h"
34 #include "frm_defs.h" 36 #include "frm_defs.h"