mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
bc_tester_utils: fix include paths
This commit is contained in:
parent
5a0c92bac3
commit
a0c195aa8f
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f9bbbd1368261f3f88802aecb9306e7b2e56084
|
||||
Subproject commit 56c2598ce0d7c7b4aca22d89e35d882ccbd88f81
|
||||
|
|
@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "bc_tester_utils.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "CUnit/Automated.h"
|
||||
|
||||
#if WINAPI_FAMILY_PHONE_APP
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#define TESTER_UTILS_H
|
||||
|
||||
#include "CUnit/Basic.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.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