2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00
git-svn-id: svn+q:///qpdf/trunk@840 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-20 02:06:31 +00:00
parent a3b77ef9a5
commit f0557a96fd

View File

@ -63,7 +63,11 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#include <fcntl.h>
#ifdef _WIN32
# include <io.h>
#else
# include <fcntl.h>
#endif
#ifdef __cplusplus
extern "C" {