From 1678e268b3449f684e734dd053054bfe041dec8d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 24 Aug 2005 10:59:57 +0000 Subject: [PATCH] Include config.h too. --- tests/test-getpass.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-getpass.c b/tests/test-getpass.c index 8855ad6c1e..18485d902a 100644 --- a/tests/test-getpass.c +++ b/tests/test-getpass.c @@ -16,6 +16,10 @@ with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include +#endif + #include #include "getpass.h" -- 2.30.2