diff options
Diffstat (limited to 'art_vpath_dash.h')
-rw-r--r-- | art_vpath_dash.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_vpath_dash.h b/art_vpath_dash.h index ee3cc8e..5f19d67 100644 --- a/art_vpath_dash.h +++ b/art_vpath_dash.h @@ -23,8 +23,10 @@ /* Apply a dash style to a vector path. */ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_vpath.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_vpath.h> #endif @@ -40,7 +42,7 @@ struct _ArtVpathDash { double *dash; }; -ArtVpath * +LIBART_EXPORT ArtVpath * art_vpath_dash (const ArtVpath *vpath, const ArtVpathDash *dash); #ifdef __cplusplus |