From 65303ed7eb4528c2812c5d3d20b451c9a8cac671 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 9 Mar 2011 16:35:51 +0000 Subject: [PATCH] Correct the name of the header for GTK+ < 2.14. Remove the extra ".h" suffix added during recent GTK+ 3-related changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index 8771ac7a9b..e81a1556ac 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -40,7 +40,7 @@ #if GTK_CHECK_VERSION(2,14,0) #include #else -#include +#include #endif -- 2.45.2