diff options
author | 2000-02-28 22:32:35 +0000 | |
---|---|---|
committer | 2000-02-28 22:32:35 +0000 | |
commit | 6fc683a2583be54f0a0ab5e302890fd7db39ab97 (patch) | |
tree | 95491e0371595903cafdb4d78edc579f7d97054c /lib/libpthread | |
parent | sync (diff) | |
download | wireguard-openbsd-6fc683a2583be54f0a0ab5e302890fd7db39ab97.tar.xz wireguard-openbsd-6fc683a2583be54f0a0ab5e302890fd7db39ab97.zip |
need string.h
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/thread/thread_storage.c | 1 |
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 |