configure produces config.h
[idzebra-moved-to-github.git] / test / api / testlib.c
index 8a11239..82aa14d 100644 (file)
@@ -19,6 +19,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 /** testlib - utilities for the api tests */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #if HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif