Unconditionally include <config.h> in unit tests.
[gnulib.git] / tests / test-getpass.c
index 52d2ee2..f8e7fb2 100644 (file)
@@ -16,9 +16,7 @@
    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 <config.h>
 
 #include <stdio.h>
 #include "getpass.h"