소스 검색

waitpid undefined

Peter S. Mazinger 20 년 전
부모
커밋
d0b6852551
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"