diff options
Diffstat (limited to 'graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx')
-rw-r--r-- | graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx b/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx new file mode 100644 index 000000000000..39d70a733107 --- /dev/null +++ b/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx @@ -0,0 +1,10 @@ +--- ./Fl_Print_Dialog2.cxx.orig 2006-11-26 22:45:08.000000000 +0100 ++++ ./Fl_Print_Dialog2.cxx 2012-12-22 12:41:39.000000000 +0100 +@@ -56,6 +56,7 @@ + + #ifdef HAVE_LIBCUPS + # include <cups/cups.h> ++# include <cups/ppd.h> + #endif // HAVE_LIBCUPS + + |