summaryrefslogtreecommitdiffstats
path: root/src/lib9/ffork-pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/ffork-pthread.c')
-rw-r--r--src/lib9/ffork-pthread.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib9/ffork-pthread.c b/src/lib9/ffork-pthread.c
index 189ac94f..397f8aa6 100644
--- a/src/lib9/ffork-pthread.c
+++ b/src/lib9/ffork-pthread.c
@@ -1,4 +1,6 @@
-#include <lib9.h>
+#define NOPLAN9DEFINES
+#include <u.h>
+#include <libc.h>
#include <pthread.h>
extern int __isthreaded;