examples: fix builds on windows

This commit is contained in:
Yuguo Zhang
2026-01-14 12:35:26 +08:00
parent 31fb66917e
commit 9cb19db1c5

View File

@@ -14,9 +14,9 @@
#include <pdfio.h> #include <pdfio.h>
#include <pdfio-content.h> #include <pdfio-content.h>
#ifdef _WIN32 #ifdef _WIN32
#include <io.h> # include <io.h>
#include <fcntl.h> # include <fcntl.h>
#endif #endif // _WIN32
// //