summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authord <d@openbsd.org>1998-11-21 14:02:10 +0000
committerd <d@openbsd.org>1998-11-21 14:02:10 +0000
commit0b0d9e2e043b8d04a0929563f1e0897010de4173 (patch)
tree42fc268dd3a9b81f487476ad8e92f29d2857d8cf /lib/libc_r
parentprototype clock_{gettime,settime,getres} (diff)
downloadwireguard-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.c3
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>