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 8855ad6c1ee1f9cbd078a2a689fa6f763c9c9ca9..18485d902a723011bfc81908d2515bac20d9cb75 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"