mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-09 19:48:53 +08:00
Include config.h from tests/*.h
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user