Skip to content

Commit

Permalink
win32: make #include <unistd.h> work
Browse files Browse the repository at this point in the history
We already have sys/unistd.h, but the standard place for it is at
the include root, so make that work too, but keep sys/unistd.h for
backward compatibility.
  • Loading branch information
avih committed Oct 23, 2024
1 parent e1c8d3a commit 45788e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/include/unistd.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <sys/unistd.h>

0 comments on commit 45788e9

Please sign in to comment.