diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-16 19:57:18 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-16 19:57:18 +0000 |
commit | d18570046c8cbacd074c2765813c06e541893f86 (patch) | |
tree | fa9912afb84d81fca035ad93102120b86f32c79c /readline/shell.c | |
parent | c862e87b3ec8647ab6c1bb08443088ea81c74225 (diff) | |
download | gdb-d18570046c8cbacd074c2765813c06e541893f86.zip gdb-d18570046c8cbacd074c2765813c06e541893f86.tar.gz gdb-d18570046c8cbacd074c2765813c06e541893f86.tar.bz2 |
import gdb-1999-08-16 snapshot
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> |