diff gsm-fw/gpf/tst_pei/tst_pei.c @ 324:7228920a0834

gsm-fw/gpf/tst_pei: objects compile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 13 Apr 2014 08:19:38 +0000
parents 5d1e22505446
children 06ab60fec942
line wrap: on
line diff
--- a/gsm-fw/gpf/tst_pei/tst_pei.c	Sun Apr 13 07:56:00 2014 +0000
+++ b/gsm-fw/gpf/tst_pei/tst_pei.c	Sun Apr 13 08:19:38 2014 +0000
@@ -29,6 +29,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "gpfconf.h"
+#define	_FF_RV_EXIST_	1
+
 #ifdef _TOOLS_
  #include "frame_const.h" 
  #include <stdlib.h>
@@ -40,7 +43,7 @@
 
 #include "typedefs.h"
 #include "vsi.h"
-#include "frame.h"
+#include "../frame/frame.h"
 #include "pei.h"
 #include "os.h"
 #include "tools.h"
@@ -49,7 +52,7 @@
 #include "frm_defs.h" 
 #include "frm_types.h"
 #include "frm_glob.h"
-#include "route.h"
+#include "../frame/route.h"
 #include "drvconf.h"
 #include "tstdriver.h"
 #include "tstheader.h"
@@ -65,7 +68,7 @@
 #endif
 
 #ifdef _FF_RV_EXIST_
- #include "ffs/ffs_api.h"
+ #include "../../services/ffs/ffs_api.h"
 #endif
 
 /*==== TYPES ======================================================*/