diff options
Diffstat (limited to 'art_rect_uta.h')
-rw-r--r-- | art_rect_uta.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_rect_uta.h b/art_rect_uta.h index dfaf1f3..d8b92be 100644 --- a/art_rect_uta.h +++ b/art_rect_uta.h @@ -21,9 +21,11 @@ #define __ART_RECT_UTA_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_rect.h" #include "art_uta.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_rect.h> #include <libart_lgpl/art_uta.h> #endif @@ -32,7 +34,7 @@ extern "C" { #endif /* __cplusplus */ -ArtIRect * +LIBART_EXPORT ArtIRect * art_rect_list_from_uta (ArtUta *uta, int max_width, int max_height, int *p_nrects); |