From 1c274b738e16b74f7f1b1ce7ff1d83375da092e6 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 4 Jan 2000 00:05:24 +0000 Subject: Clean up the port considerably, and fix several serious bugs. There are still some problems, at least with signal handling and locking on SMP. Submitted by: dick --- devel/linuxthreads/files/uthread_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/linuxthreads/files/uthread_file.c') diff --git a/devel/linuxthreads/files/uthread_file.c b/devel/linuxthreads/files/uthread_file.c index 2602c68d2b61..8a64d869c6b9 100644 --- a/devel/linuxthreads/files/uthread_file.c +++ b/devel/linuxthreads/files/uthread_file.c @@ -36,13 +36,14 @@ * level too. * */ +#include #include #include #include #include "pthread.h" #include "internals.h" +#include "spinlock.h" #include "restart.h" -#include "libc_spinlock.h" /* * Weak symbols for externally visible functions in this file: -- cgit v1.2.3