From: ellson Date: Fri, 2 Jan 2009 16:49:30 +0000 (+0000) Subject: try to make pathplan build as a dll on windows - changes ok so far on unix X-Git-Tag: LAST_LIBGRAPH~32^2~2735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58a7fba12aee0a6d05373eb97c708c65f898f611;p=graphviz try to make pathplan build as a dll on windows - changes ok so far on unix --- diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index 29851e0ee..ca7f5ab8f 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "vispath.h" +#include "pathutil.h" #ifdef __cplusplus extern "C" {