Browse Source

waitpid undefined

Peter S. Mazinger 19 years ago
parent
commit
d0b6852551
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/linuxthreads.old/internals.h

+ 1 - 0
libpthread/linuxthreads.old/internals.h

@@ -25,6 +25,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <sys/wait.h>
 #include "pt-machine.h"
 #include "semaphore.h"
 #include "../linuxthreads.old_db/thread_dbP.h"