diff options
Diffstat (limited to 'lib/libpthread/thread/thr_symbols.c')
-rw-r--r-- | lib/libpthread/thread/thr_symbols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_symbols.c b/lib/libpthread/thread/thr_symbols.c index 5091a95..10e9402 100644 --- a/lib/libpthread/thread/thr_symbols.c +++ b/lib/libpthread/thread/thr_symbols.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ +#include <sys/types.h> #include <stddef.h> #include <pthread.h> #include <rtld.h> |