Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 4, 2024
1 parent c28b05a commit 56c069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#endif

#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
#include <sys/types.h>
#include <sys/sysctl.h>
#endif

Expand All @@ -22,6 +21,7 @@
#if !defined(_WIN32)
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
#endif

#if defined(_WIN32)
Expand Down

0 comments on commit 56c069e

Please sign in to comment.