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