diff options
Diffstat (limited to 'readline/shell.c')
-rw-r--r-- | readline/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readline/shell.c b/readline/shell.c index 091ec08..f0ddc89 100644 --- a/readline/shell.c +++ b/readline/shell.c @@ -27,6 +27,7 @@ #endif #include <sys/types.h> +#include <stdio.h> #if defined (HAVE_UNISTD_H) # include <unistd.h> |