Commit 295b8e56 authored by Guido van Rossum's avatar Guido van Rossum

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

parent d9c6f4fd
......@@ -87,6 +87,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef WITH_THREAD
#include <sys/types.h> /* For pid_t */
#include "thread.h"
static long main_thread;
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