comparison gsm-fw/g23m-glue/gdi/ffs_coat.c @ 837:80959c73a21b

gdi: ffs_coat.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:25:47 +0000
parents 549b7ac60300
children a963ff26848a
comparison
equal deleted inserted replaced
836:6c5d3fecbc67 837:80959c73a21b
25 25
26 #include "typedefs.h" 26 #include "typedefs.h"
27 #include "pconst.cdg" 27 #include "pconst.cdg"
28 #include "prim.h" 28 #include "prim.h"
29 #include "vsi.h" 29 #include "vsi.h"
30 #include "ffs/ffs.h" 30 #include "../../services/ffs/ffs.h"
31 #include "ffs_coat.h" 31 #include "ffs_coat.h"
32 32
33 33
34 /*==== CONSTANTS ==================================================*/ 34 /*==== CONSTANTS ==================================================*/
35 35
842 return EFFS_OK; 842 return EFFS_OK;
843 } 843 }
844 #endif /* 1|0 */ 844 #endif /* 1|0 */
845 845
846 #endif 846 #endif
847