[gtk+] gtk/gtkprintoperation-win32.c: Fix Missed Include
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk/gtkprintoperation-win32.c: Fix Missed Include
- Date: Wed, 6 Aug 2014 04:55:18 +0000 (UTC)
commit 7a3bc9a5ff3620254b4be67ca18bc7ca8ce21e74
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Aug 6 12:55:09 2014 +0800
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c
index 3ac6bc4..d537a34 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]