From 7966faa931bfa9cf4ca53dd2d5b6e1eb0f174411 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 23 Sep 2004 03:01:36 +0000 Subject: Continue fighting pthreads. Clean up thread library a bit too. --- src/libthread/iocall.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/libthread/iocall.c') diff --git a/src/libthread/iocall.c b/src/libthread/iocall.c index 0577f8a0..e359c4d5 100644 --- a/src/libthread/iocall.c +++ b/src/libthread/iocall.c @@ -1,4 +1,7 @@ -#include "threadimpl.h" +#include +#include +#include +#include "ioproc.h" long iocall(Ioproc *io, long (*op)(va_list*), ...) -- cgit v1.2.3