diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 16:50:24 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 16:50:24 -0500 |
| commit | 45c05c4565cbbf490db9a2b40d505e2ca94f7bcb (patch) | |
| tree | 485b4c71a266fd100a03fa4e9bff34e1a80e896e /src/nonstd/__libc.c | |
| parent | 50fc4e08328a13ad37810ebaf1fe6c71c876c4df (diff) | |
include "nonstd/io.h" for definition of struct __FILE
Diffstat (limited to 'src/nonstd/__libc.c')
| -rw-r--r-- | src/nonstd/__libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c index 168ad32c..354dee9b 100644 --- a/src/nonstd/__libc.c +++ b/src/nonstd/__libc.c @@ -1,7 +1,7 @@ #include "sys/types.h" #include <nonstd/internal.h> -#include "locale.h" #include "nonstd/locale.h" +#include "nonstd/io.h" #include "_printf.h" #include "_scanf.h" |
