mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
Include config.h from tests/*.h
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#ifndef NGHTTP2_BUF_TEST_H
|
||||
#define NGHTTP2_BUF_TEST_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
void test_nghttp2_bufs_add(void);
|
||||
void test_nghttp2_bufs_add_stack_buffer_overflow_bug(void);
|
||||
void test_nghttp2_bufs_addb(void);
|
||||
|
||||
Reference in New Issue
Block a user