• R/O
  • SSH
  • HTTPS

opfc: 提交


Commit MetaInfo

修订版913 (tree)
时间2011-08-05 12:55:07
作者sho-otani

Log Message

Added an explicit "#include <cups/ppd.h>" that CUPS 1.5 requires.

更改概述

差异

--- pdftopdf/trunk/src/pdftopdf.cc (revision 912)
+++ pdftopdf/trunk/src/pdftopdf.cc (revision 913)
@@ -37,6 +37,7 @@
3737 #include "P2PDoc.h"
3838 #include "P2POutputStream.h"
3939 #include <cups/cups.h>
40+#include <cups/ppd.h>
4041 #include <stdarg.h>
4142 #include "Error.h"
4243 #include "GlobalParams.h"
Show on old repository browser