summaryrefslogtreecommitdiffstats
path: root/art_svp_vpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_svp_vpath.h')
-rw-r--r--art_svp_vpath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/art_svp_vpath.h b/art_svp_vpath.h
index ef52bb8..8da4eee 100644
--- a/art_svp_vpath.h
+++ b/art_svp_vpath.h
@@ -21,9 +21,11 @@
#define __ART_SVP_VPATH_H__
#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 */
-ArtSVP *
+LIBART_EXPORT ArtSVP *
art_svp_from_vpath (ArtVpath *vpath);
#ifdef __cplusplus