summaryrefslogtreecommitdiffstats
path: root/art_uta_rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_uta_rect.h')
-rw-r--r--art_uta_rect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/art_uta_rect.h b/art_uta_rect.h
index d88d5aa..0c6756a 100644
--- a/art_uta_rect.h
+++ b/art_uta_rect.h
@@ -21,9 +21,11 @@
#define __ART_UTA_RECT_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 */
-ArtUta *
+LIBART_EXPORT ArtUta *
art_uta_from_irect (ArtIRect *bbox);
#ifdef __cplusplus