aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver-util.h')
-rw-r--r--src/beaver-util.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/beaver-util.h b/src/beaver-util.h
index c6f5ef0..ede3274 100644
--- a/src/beaver-util.h
+++ b/src/beaver-util.h
@@ -21,7 +21,7 @@
#include <config.h>
#include <glib-object.h>
-#include <libanjuta/anjuta-plugin.h>
+#include <libanjuta/libanjuta.h>
#include <libanjuta/interfaces/ianjuta-message-manager.h>
void beaver_util_message_view_buffer_flushed_cb (IAnjutaMessageView *view,
@@ -29,4 +29,10 @@ void beaver_util_message_view_buffer_flushed_cb (IAnjutaMessageView *view,
gchar **beaver_util_strv_concat (gchar **strv_1, gchar **strv_2);
gchar **beaver_util_strv_joinv (gchar **strv_1, ...);
+#ifdef ANJUTA_CHECK_VERSION
+#if ANJUTA_CHECK_VERSION(2,23,0)
+#define ANJUTA_2_23_OR_HIGHER
+#endif
+#endif
+
#endif /* _BEAVER_UTIL */