We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2f1a5 commit 8f74467Copy full SHA for 8f74467
code/logic/fossil/pizza/common.h
@@ -31,6 +31,7 @@
31
#include <windows.h>
32
#include <sys/stat.h>
33
#elif defined(__APPLE__)
34
+ #define _DARWIN_C_SOURCE
35
#include <sys/utsname.h>
36
#include <sys/types.h> // Ensure this is included before sysctl.h
37
#include <unistd.h>
0 commit comments