mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
bc_tester_utils.h: fix missing stdarg.h
This commit is contained in:
parent
a0c195aa8f
commit
dd885db59a
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 56c2598ce0d7c7b4aca22d89e35d882ccbd88f81
|
||||
Subproject commit cbf8b3e2cb1312ec361a3123e26d68aa4dc8ef81
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "CUnit/Basic.h"
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern const char *bc_tester_read_dir_prefix;
|
||||
extern const char *bc_tester_writable_dir_prefix;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue