try to make pathplan build as a dll on windows - changes ok so far on unix
authorellson <devnull@localhost>
Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)
committerellson <devnull@localhost>
Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)
lib/pathplan/vis.h

index 29851e0ee6efca6b320d7b5c47bcfb95537c9d25..ca7f5ab8fc872570de6047346127934a469c32d9 100644 (file)
@@ -22,8 +22,8 @@
 #include <math.h>
 #include <stdlib.h>
 #include <limits.h>
-#include <vispath.h>
-#include <pathutil.h>
+#include "vispath.h"
+#include "pathutil.h"
 
 #ifdef __cplusplus
 extern "C" {