From 41416ba7f8944ac60a6c1d84409d05a2d9e4d787 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Wed, 22 Jun 2011 15:19:49 -0400 Subject: port to gtk3 --- src/voip-input-widget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/voip-input-widget.h') diff --git a/src/voip-input-widget.h b/src/voip-input-widget.h index 29912f0..0e90665 100644 --- a/src/voip-input-widget.h +++ b/src/voip-input-widget.h @@ -21,7 +21,12 @@ with this program. If not, see . #include #include +#include +#if GTK_CHECK_VERSION(3, 0, 0) +#include +#else #include +#endif G_BEGIN_DECLS -- cgit v1.2.3