From f0557a96fd6cf99fc5eb5b01fd241cc5a8af0790 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2009 02:06:31 +0000 Subject: [PATCH] try io.h --- include/qpdf/qpdf-c.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index ef4c4c6..a006c22 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -63,7 +63,11 @@ #include #include -#include +#ifdef _WIN32 +# include +#else +# include +#endif #ifdef __cplusplus extern "C" { -- libgit2 0.21.4