diff options
Diffstat (limited to 'tsd.c')
-rw-r--r-- | tsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ * POSIX thread functions which implement thread-specific data (TSD). */ +#include <errno.h> + #include "pthread.h" #include "implement.h" |