Include config.h too.
authorSimon Josefsson <simon@josefsson.org>
Wed, 24 Aug 2005 10:59:57 +0000 (10:59 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 24 Aug 2005 10:59:57 +0000 (10:59 +0000)
tests/test-getpass.c

index 8855ad6..18485d9 100644 (file)
    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 <config.h>
+#endif
+
 #include <stdio.h>
 #include "getpass.h"