Commit 0c9fdc5d authored by Guido van Rossum's avatar Guido van Rossum

Add sys/types.h include for pid_t when threading.

parent 2ed21364
...@@ -87,6 +87,7 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -87,6 +87,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifdef WITH_THREAD #ifdef WITH_THREAD
#include <sys/types.h> /* For pid_t */
#include "thread.h" #include "thread.h"
static long main_thread; static long main_thread;
static pid_t main_pid; static pid_t main_pid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment