summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-02-28 22:32:35 +0000
committerderaadt <deraadt@openbsd.org>2000-02-28 22:32:35 +0000
commit6fc683a2583be54f0a0ab5e302890fd7db39ab97 (patch)
tree95491e0371595903cafdb4d78edc579f7d97054c /lib/libpthread/thread
parentsync (diff)
downloadwireguard-openbsd-6fc683a2583be54f0a0ab5e302890fd7db39ab97.tar.xz
wireguard-openbsd-6fc683a2583be54f0a0ab5e302890fd7db39ab97.zip
need string.h
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/thread_storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thread_storage.c b/lib/libpthread/thread/thread_storage.c
index 7d4012ecb35..7dedd52f2f2 100644
--- a/lib/libpthread/thread/thread_storage.c
+++ b/lib/libpthread/thread/thread_storage.c
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <pthread.h>
+#include <string.h>
#include "pthread_private.h"
void