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,6 +25,10 @@
#ifndef MALLOC_WRAPPER_H
#define MALLOC_WRAPPER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <stdlib.h>
#include "nghttp2_mem.h"