diff options
Diffstat (limited to 'src/stdio/getdelim.c')
-rw-r--r-- | src/stdio/getdelim.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdio/getdelim.c b/src/stdio/getdelim.c index 5015c3a6..26093a6c 100644 --- a/src/stdio/getdelim.c +++ b/src/stdio/getdelim.c @@ -1,4 +1,7 @@ #include "stdio_impl.h" +#include <string.h> +#include <inttypes.h> +#include <errno.h> #define MIN(a,b) ((a)<(b) ? (a) : (b)) |