diff options
author | David Shaw <[email protected]> | 2006-10-04 21:23:47 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-10-04 21:23:47 +0000 |
commit | 23b7b9a77b1bc1ff565f5447c1bde7254252a500 (patch) | |
tree | 895e8e5e84df9e06abae388c81a985057d49d162 /common/gpgrlhelp.c | |
parent | Fix for make distcheck (diff) | |
download | gnupg-23b7b9a77b1bc1ff565f5447c1bde7254252a500.tar.gz gnupg-23b7b9a77b1bc1ff565f5447c1bde7254252a500.zip |
* gpgrlhelp.c: readline requires stdio.h.
Diffstat (limited to 'common/gpgrlhelp.c')
-rw-r--r-- | common/gpgrlhelp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include <readline/readline.h> #include <readline/history.h> #endif |