Skip to content

Commit ab9f8fd

Browse files
committed
windows missing O_WRONLY headers
1 parent 4425dc5 commit ab9f8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
#include <string.h>
1111
#include <stdlib.h>
1212
#include <stdbool.h>
13+
#include <fcntl.h>
1314
#include "sqlite3.h"
1415

1516
#ifdef _WIN32
1617
#include <windows.h>
1718
#else
18-
#include <fcntl.h>
1919
#include <unistd.h>
2020
#endif
2121

0 commit comments

Comments
 (0)