aboutsummaryrefslogtreecommitdiff
path: root/readline/examples/histexamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'readline/examples/histexamp.c')
-rw-r--r--readline/examples/histexamp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/examples/histexamp.c b/readline/examples/histexamp.c
index 3b43674..309d769 100644
--- a/readline/examples/histexamp.c
+++ b/readline/examples/histexamp.c
@@ -27,8 +27,11 @@
# include <readline/history.h>
#endif
+#include <unistd.h>
+#include <stdlib.h>
#include <string.h>
+int
main (argc, argv)
int argc;
char **argv;