diff options
Diffstat (limited to 'lib/readline/examples/histexamp.c')
-rw-r--r-- | lib/readline/examples/histexamp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/readline/examples/histexamp.c b/lib/readline/examples/histexamp.c index e875e65..4f059c1 100644 --- a/lib/readline/examples/histexamp.c +++ b/lib/readline/examples/histexamp.c @@ -26,6 +26,8 @@ # include <readline/history.h> #endif +#include <string.h> + main (argc, argv) int argc; char **argv; |