]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add fcntl.h on Windows.
authorMichael R Sweet <msweet@msweet.org>
Tue, 22 Oct 2024 20:30:12 +0000 (16:30 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 22 Oct 2024 20:30:12 +0000 (16:30 -0400)
vcnet/config.h

index 3460e43552ed64bfbd7165fa47ffca9907daf279..93d22009317f1903b7b211de901d93632faa50e0 100644 (file)
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <stdarg.h>
 #include <io.h>
+#include <fcntl.h>
 #include <direct.h>