summaryrefslogtreecommitdiff
path: root/examples/histexamp.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-23 19:14:15 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-23 19:14:15 -0500
commit6bac173ff2ec52b8e03b6e4cec67fffa5e4e3826 (patch)
tree90a88e8b0194af1bb4a7f7d7987e2f170a524345 /examples/histexamp.c
parentfc06b0af27b485addc67a148e5e5ca061c2efdb6 (diff)
downloadreadline-6bac173ff2ec52b8e03b6e4cec67fffa5e4e3826.tar.gz
Readline-5.1 import
Diffstat (limited to 'examples/histexamp.c')
-rw-r--r--examples/histexamp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/histexamp.c b/examples/histexamp.c
index e875e65..4f059c1 100644
--- a/examples/histexamp.c
+++ b/examples/histexamp.c
@@ -26,6 +26,8 @@
# include <readline/history.h>
#endif
+#include <string.h>
+
main (argc, argv)
int argc;
char **argv;