printers: Include missing header

<cups/cups.h> has to be included in pp-utils.h because there
are functions in pp-utils.h which accepts types defined
in the cups.h as their parameters. (#683229)
This commit is contained in:
Marek Kasik 2012-09-03 19:11:28 +02:00
parent 2a87480f26
commit 1f76a739e3

View file

@ -22,6 +22,7 @@
#define __PP_UTILS_H__
#include <gtk/gtk.h>
#include <cups/cups.h>
G_BEGIN_DECLS