diff options
Diffstat (limited to 'src/errno')
-rw-r--r-- | src/errno/__errno_location.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errno/__errno_location.c b/src/errno/__errno_location.c index 7172a1be..ad9f9241 100644 --- a/src/errno/__errno_location.c +++ b/src/errno/__errno_location.c @@ -1,3 +1,4 @@ +#include <errno.h> #include "pthread_impl.h" int *__errno_location(void) |