mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-26 17:40:25 +00:00
Include stdio.h to workaround error due to legacy CUnit snprintf macro
This commit is contained in:
parent
caf9d3abd5
commit
8610758e14
@ -24,11 +24,11 @@
|
||||
*/
|
||||
#include "failmalloc_test.h"
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_session.h"
|
||||
#include "nghttp2_stream.h"
|
||||
#include "nghttp2_frame.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
*/
|
||||
#include "nghttp2_buf_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_buf.h"
|
||||
|
@ -25,6 +25,8 @@
|
||||
*/
|
||||
#include "nghttp2_extpri_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_extpri.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
*/
|
||||
#include "nghttp2_helper_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_helper.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
*/
|
||||
#include "nghttp2_http_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
@ -25,6 +25,8 @@
|
||||
*/
|
||||
#include "nghttp2_map_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_map.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*/
|
||||
#include "nghttp2_npn_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
@ -24,6 +24,8 @@
|
||||
*/
|
||||
#include "nghttp2_pq_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_pq.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
*/
|
||||
#include "nghttp2_queue_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_queue.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
*/
|
||||
#include "nghttp2_stream_test.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_stream.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*/
|
||||
#include "nghttp2_test_helper.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
Loading…
Reference in New Issue
Block a user