diff options
Diffstat (limited to 'art_vpath_svp.h')
-rw-r--r-- | art_vpath_svp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_vpath_svp.h b/art_vpath_svp.h index 08b22cb..9e4da94 100644 --- a/art_vpath_svp.h +++ b/art_vpath_svp.h @@ -23,9 +23,11 @@ /* "Unsort" a sorted vector path into an ordinary vector path. */ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_svp.h" #include "art_vpath.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_svp.h> #include <libart_lgpl/art_vpath.h> #endif @@ -34,7 +36,7 @@ extern "C" { #endif /* __cplusplus */ -ArtVpath *art_vpath_from_svp (const ArtSVP *svp); +LIBART_EXPORT ArtVpath *art_vpath_from_svp (const ArtSVP *svp); #ifdef __cplusplus } |