Include config.h only if it exists.
[gnulib.git] / tests / test-verify.c
index d2049bf..5770941 100644 (file)
@@ -1,4 +1,7 @@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "verify.h"
 
 int x;