Include config.h from tests/*.h

This commit is contained in:
Tatsuhiro Tsujikawa
2016-03-19 11:46:49 +09:00
parent dcae6efaa2
commit 65b59bd78a
13 changed files with 48 additions and 3 deletions

View File

@@ -25,4 +25,8 @@
#ifndef NGHTTP2_STREAM_TEST_H
#define NGHTTP2_STREAM_TEST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#endif /* NGHTTP2_STREAM_TEST_H */