diff 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
line wrap: on
line diff
--- a/gsm-fw/gpf/frame/frame.c	Thu Apr 10 04:06:05 2014 +0000
+++ b/gsm-fw/gpf/frame/frame.c	Fri Apr 11 05:37:27 2014 +0000
@@ -25,9 +25,11 @@
 /*==== INCLUDES ===================================================*/
 
 #include <stdarg.h>
+#include <string.h>
+#include <stdio.h>
+
+#include "gpfconf.h"
 #include "typedefs.h"
-#include "string.h"
-#include "stdio.h"
 
 #include "glob_defs.h"
 #include "os.h"