From 7a3bc9a5ff3620254b4be67ca18bc7ca8ce21e74 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 6 Aug 2014 12:55:09 +0800 Subject: [PATCH] gtk/gtkprintoperation-win32.c: Fix Missed Include We need to include gtkprivate.h for _gtk_load_dll_with_libgtk3_manifest(). --- gtk/gtkprintoperation-win32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 3ac6bc47bf..d537a3490a 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -40,6 +40,7 @@ #include "gtkplug.h" #include "gtk.h" #include "gtkwin32embedwidget.h" +#include "gtkprivate.h" #define MAX_PAGE_RANGES 20 #define STATUS_POLLING_TIME 2000