diff options
Diffstat (limited to 'art_bpath.h')
-rw-r--r-- | art_bpath.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_bpath.h b/art_bpath.h index f85c226..36afcfe 100644 --- a/art_bpath.h +++ b/art_bpath.h @@ -21,10 +21,12 @@ #define __ART_BPATH_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_misc.h" #include "art_point.h" #include "art_pathcode.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_misc.h> #include <libart_lgpl/art_point.h> #include <libart_lgpl/art_pathcode.h> @@ -49,7 +51,7 @@ struct _ArtBpath { double y3; }; -ArtBpath * +LIBART_EXPORT ArtBpath * art_bpath_affine_transform (const ArtBpath *src, const double matrix[6]); #ifdef __cplusplus |