Unconditionally include <config.h> in unit tests.
[gnulib.git] / tests / test-hmac-md5.c
index fd5059a..8aca505 100644 (file)
@@ -18,9 +18,7 @@
 
 /* Written by Simon Josefsson.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdio.h>
 #include <string.h>