FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/frame/frame.c @ 317:06ee56829697
GPF: frame.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 11 Apr 2014 05:37:27 +0000 |
parents | 79080922d8e4 |
children | f5243fa2d2b9 |
comparison
equal
deleted
inserted
replaced
316:79080922d8e4 | 317:06ee56829697 |
---|---|
23 #endif | 23 #endif |
24 | 24 |
25 /*==== INCLUDES ===================================================*/ | 25 /*==== INCLUDES ===================================================*/ |
26 | 26 |
27 #include <stdarg.h> | 27 #include <stdarg.h> |
28 #include <string.h> | |
29 #include <stdio.h> | |
30 | |
31 #include "gpfconf.h" | |
28 #include "typedefs.h" | 32 #include "typedefs.h" |
29 #include "string.h" | |
30 #include "stdio.h" | |
31 | 33 |
32 #include "glob_defs.h" | 34 #include "glob_defs.h" |
33 #include "os.h" | 35 #include "os.h" |
34 #include "vsi.h" | 36 #include "vsi.h" |
35 #include "pei.h" | 37 #include "pei.h" |