mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Include config.h from tests/*.h
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#ifndef NGHTTP2_SESSION_TEST_H
|
||||
#define NGHTTP2_SESSION_TEST_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
void test_nghttp2_session_recv(void);
|
||||
void test_nghttp2_session_recv_invalid_stream_id(void);
|
||||
void test_nghttp2_session_recv_invalid_frame(void);
|
||||
|
||||
Reference in New Issue
Block a user