Commit 233d67f1 authored by kmadhusu@chromium.org's avatar kmadhusu@chromium.org

PrintPreview: Include <cups/ppd.h> in print_preview_handler.h

This headerfile is required on newer systems.

BUG=none
TEST=print preview works after including the header file.


Review URL: http://codereview.chromium.org/7558008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95905 0039d316-1c4b-4281-b951-d872f2087c98
parent d0dc3760
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#if defined(USE_CUPS) #if defined(USE_CUPS)
#include <cups/cups.h> #include <cups/cups.h>
#include <cups/ppd.h>
#include "base/file_util.h" #include "base/file_util.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment