diff options
Diffstat (limited to 'art_render_svp.h')
-rw-r--r-- | art_render_svp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_render_svp.h b/art_render_svp.h index 7afaeb0..621fba8 100644 --- a/art_render_svp.h +++ b/art_render_svp.h @@ -26,9 +26,11 @@ #define __ART_RENDER_SVP_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_render.h" #include "art_svp.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_render.h> #include <libart_lgpl/art_svp.h> #endif @@ -37,7 +39,7 @@ extern "C" { #endif /* __cplusplus */ -void +LIBART_EXPORT void art_render_svp (ArtRender *render, const ArtSVP *svp); #ifdef __cplusplus |