We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e534c commit 7c32a82Copy full SHA for 7c32a82
Modules/_multiprocessing/multiprocessing.h
@@ -10,6 +10,8 @@
10
#include "pythread.h"
11
#include "pycore_signal.h" // _PyOS_IsMainThread()
12
13
+#include <unistd.h> // sysconf()
14
+
15
/*
16
* Platform includes and definitions
17
*/
0 commit comments