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:
parent
2a87480f26
commit
1f76a739e3
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#define __PP_UTILS_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <cups/cups.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue