diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-28 22:32:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-28 22:32:36 +0000 |
commit | 6b8a0d0d3a9665e971ef3502e88827eae858d1b2 (patch) | |
tree | a8a17a356e2c668079543ac34861407049f5a72e /lib/libpthread/thread | |
parent | 8736e984d0f263b40f0262c5f965457de37dce65 (diff) |
need string.h
Diffstat (limited to 'lib/libpthread/thread')
-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 |