From b1eb446daaeb900f6cd0e775793d7c62ff6c8b58 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Thu, 26 May 2011 13:26:39 -0400 Subject: allow building with gtk3 --- src/indicator-messages.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/indicator-messages.c') diff --git a/src/indicator-messages.c b/src/indicator-messages.c index ed6caa6..bb88c57 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -25,8 +25,14 @@ with this program. If not, see . #include #include #include + +#if GTK_CHECK_VERSION(3, 0, 0) +#include +#include +#else #include #include +#endif #include #include -- cgit v1.2.3