diff gsm-fw/gpf/frame/vsi_drv.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
line wrap: on
line diff
--- a/gsm-fw/gpf/frame/vsi_drv.c	Fri Apr 11 05:46:44 2014 +0000
+++ b/gsm-fw/gpf/frame/vsi_drv.c	Fri Apr 11 08:13:52 2014 +0000
@@ -24,8 +24,10 @@
 
 /*==== INCLUDES ===================================================*/
 
-#include "string.h"
-#include "stdio.h"
+#include <string.h>
+#include <stdio.h>
+
+#include "gpfconf.h"
 #include "typedefs.h"
 
 #include "vsi.h"