1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix build with GCC 4.6, no PORTREVISION bump.

PR:		ports/161323
Submitted by:	Zhihao Yuan [lichray gmail]
This commit is contained in:
Rene Ladan 2011-10-06 22:32:37 +00:00
parent 83519aa0f6
commit 631cb76ee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283076

View File

@ -0,0 +1,10 @@
--- chrome/browser/ui/webui/print_preview_handler.cc.orig 2011-09-30 03:01:50.000000000 -0500
+++ chrome/browser/ui/webui/print_preview_handler.cc 2011-10-06 00:48:39.943195565 -0500
@@ -46,6 +46,7 @@
#if defined(USE_CUPS)
#include <cups/cups.h>
+#include <cups/ppd.h>
#include "base/file_util.h"
#endif