You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/qpdf/files/qpdf-2.3.1-gcc47.patch

21 lines
493 B

--- qpdf-2.3.1/include/qpdf/QPDFExc.hh
+++ qpdf-2.3.1/include/qpdf/QPDFExc.hh
@@ -11,6 +11,7 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#include <stdexcept>
+#include <unistd.h>
class QPDFExc: public std::runtime_error
{
--- qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
+++ qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
@@ -8,6 +8,7 @@
#ifndef __QPDFOBJECTHANDLE_HH__
#define __QPDFOBJECTHANDLE_HH__
+#include <unistd.h>
#include <string>
#include <vector>
#include <set>