Skip to content

Commit 36aaa5d

Browse files
committed
Add missing platform.h include for cbm_safe_getenv in userconfig test
1 parent 07f78e8 commit 36aaa5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_userconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77
#include "../src/foundation/compat.h"
88
#include "../src/foundation/compat_fs.h"
9+
#include "../src/foundation/platform.h"
910
#include "test_framework.h"
1011
#include "discover/discover.h"
1112
#include "discover/userconfig.h"

0 commit comments

Comments
 (0)