diff nuc-fw/riviera/rvm/rvm_task.c @ 121:15e972110527

RVM compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:55:14 +0000
parents 21de8d8e6ea7
children
line wrap: on
line diff
--- a/nuc-fw/riviera/rvm/rvm_task.c	Thu Oct 31 00:17:12 2013 +0000
+++ b/nuc-fw/riviera/rvm/rvm_task.c	Thu Oct 31 00:55:14 2013 +0000
@@ -20,13 +20,13 @@
  */
 # include <stdio.h>
 
-#include "rvf/rvf_api.h"
+#include "../rvf/rvf_api.h"
 
-#include "rvm/rvm_gen.h"
-#include "rvm/rvm_api.h"
-#include "rvm/rvm_i.h"
-#include "rvf/rvf_i.h"					/* only for pRtAddrIdTable[] */
-#include "rvm/rvm_use_id_list.h"
+#include "rvm_gen.h"
+#include "rvm_api.h"
+#include "rvm_i.h"
+#include "../rvf/rvf_i.h"			/* only for pRtAddrIdTable[] */
+#include "rvm_use_id_list.h"
 
 
 extern T_RVM_KNOWN_SWE	* rvm_swe_array;  /* for start() */
@@ -530,4 +530,4 @@
 	}
 	RVM_TRACE_WARNING_PARAM(ret_val, p_msg_res->swe_index);
 }
-#endif
\ No newline at end of file
+#endif