Commit e97567d4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

<readline/readline.h> requires <stdio.h>

parent 5a385b58
......@@ -32,6 +32,7 @@
#include <sys/socket.h>
#ifdef HAVE_LIBEDIT
#include <stdio.h>
#include <editline/readline.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment