summaryrefslogtreecommitdiffstats
path: root/art_uta_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_uta_ops.h')
-rw-r--r--art_uta_ops.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/art_uta_ops.h b/art_uta_ops.h
index e95d341..45b2bd1 100644
--- a/art_uta_ops.h
+++ b/art_uta_ops.h
@@ -23,8 +23,10 @@
/* Basic operations on microtile arrays */
#ifdef LIBART_COMPILATION
+#include "art_config.h"
#include "art_uta.h"
#else
+#include <libart_lgpl/art_config.h>
#include <libart_lgpl/art_uta.h>
#endif
@@ -32,7 +34,7 @@
extern "C" {
#endif /* __cplusplus */
-ArtUta *
+LIBART_EXPORT ArtUta *
art_uta_union (ArtUta *uta1, ArtUta *uta2);
#ifdef __cplusplus