summaryrefslogtreecommitdiffstats
path: root/art_svp_wind.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_svp_wind.h')
-rw-r--r--art_svp_wind.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/art_svp_wind.h b/art_svp_wind.h
index 4469ec7..320292a 100644
--- a/art_svp_wind.h
+++ b/art_svp_wind.h
@@ -24,8 +24,10 @@
vector paths. */
#ifdef LIBART_COMPILATION
+#include "art_config.h"
#include "art_svp.h"
#else
+#include <libart_lgpl/art_config.h>
#include <libart_lgpl/art_svp.h>
#endif
@@ -43,10 +45,10 @@ typedef enum {
} ArtWindRule;
#endif
-ArtSVP *
+LIBART_EXPORT ArtSVP *
art_svp_uncross (ArtSVP *vp);
-ArtSVP *
+LIBART_EXPORT ArtSVP *
art_svp_rewind_uncrossed (ArtSVP *vp, ArtWindRule rule);