From 23b7b9a77b1bc1ff565f5447c1bde7254252a500 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 4 Oct 2006 21:23:47 +0000 Subject: * gpgrlhelp.c: readline requires stdio.h. --- common/gpgrlhelp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/gpgrlhelp.c') diff --git a/common/gpgrlhelp.c b/common/gpgrlhelp.c index 5fbc6731d..56a9ce28c 100644 --- a/common/gpgrlhelp.c +++ b/common/gpgrlhelp.c @@ -31,6 +31,7 @@ #ifdef HAVE_LIBREADLINE #define GNUPG_LIBREADLINE_H_INCLUDED +#include #include #include #endif -- cgit v1.2.3