From f42c1efd59f8b98905561178dca182506058bf19 Mon Sep 17 00:00:00 2001 From: Lucas Pardue Date: Tue, 25 Apr 2017 16:32:42 +0100 Subject: [PATCH] Address more CI build errors/warnings --- tests/nghttp2_frame_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/nghttp2_frame_test.h b/tests/nghttp2_frame_test.h index 059b20ba..8c0d6d5b 100644 --- a/tests/nghttp2_frame_test.h +++ b/tests/nghttp2_frame_test.h @@ -39,6 +39,7 @@ void test_nghttp2_frame_pack_ping(void); void test_nghttp2_frame_pack_goaway(void); void test_nghttp2_frame_pack_window_update(void); void test_nghttp2_frame_pack_altsvc(void); +void test_nghttp2_frame_pack_origin(void); void test_nghttp2_nv_array_copy(void); void test_nghttp2_iv_check(void);