diff options
author | 1998-11-21 14:02:10 +0000 | |
---|---|---|
committer | 1998-11-21 14:02:10 +0000 | |
commit | 0b0d9e2e043b8d04a0929563f1e0897010de4173 (patch) | |
tree | 42fc268dd3a9b81f487476ad8e92f29d2857d8cf /lib/libc_r | |
parent | prototype clock_{gettime,settime,getres} (diff) | |
download | wireguard-openbsd-0b0d9e2e043b8d04a0929563f1e0897010de4173.tar.xz wireguard-openbsd-0b0d9e2e043b8d04a0929563f1e0897010de4173.zip |
missed an include
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/sys/slow_atomic_lock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/sys/slow_atomic_lock.c b/lib/libc_r/sys/slow_atomic_lock.c index 96be0897dc9..ca86bb3dd52 100644 --- a/lib/libc_r/sys/slow_atomic_lock.c +++ b/lib/libc_r/sys/slow_atomic_lock.c @@ -1,5 +1,6 @@ -/* $OpenBSD: slow_atomic_lock.c,v 1.1 1998/11/20 11:15:38 d Exp $ */ +/* $OpenBSD: slow_atomic_lock.c,v 1.2 1998/11/21 14:02:10 d Exp $ */ +#include <pthread.h> #include "pthread_private.h" #include "spinlock.h" #include <signal.h> |