diff options
Diffstat (limited to 'src/errno/__errno.c')
-rw-r--r-- | src/errno/__errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errno/__errno.c b/src/errno/__errno.c index c46c86c7..99061185 100644 --- a/src/errno/__errno.c +++ b/src/errno/__errno.c @@ -1,5 +1,5 @@ #include <errno.h> -#include "nonstd/internal.h" +#include "../_nonstd.h" int *__errno(void) { |