bc_tester_utils: fix include paths

This commit is contained in:
Gautier Pelloux-Prayer 2015-04-23 09:24:51 +02:00
parent 5a0c92bac3
commit a0c195aa8f
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2f9bbbd1368261f3f88802aecb9306e7b2e56084
Subproject commit 56c2598ce0d7c7b4aca22d89e35d882ccbd88f81

View file

@ -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

View file

@ -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;