Skip to content

Commit 7c32a82

Browse files
committed
gh-108765: multiprocessing.h includes <unistd.h>
1 parent d4e534c commit 7c32a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/_multiprocessing/multiprocessing.h

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include "pythread.h"
1111
#include "pycore_signal.h" // _PyOS_IsMainThread()
1212

13+
#include <unistd.h> // sysconf()
14+
1315
/*
1416
* Platform includes and definitions
1517
*/

0 commit comments

Comments
 (0)