From: Simon Josefsson Date: Wed, 24 Aug 2005 10:59:57 +0000 (+0000) Subject: Include config.h too. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1678e268b3449f684e734dd053054bfe041dec8d;p=pspp Include config.h too. --- 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"