Skip to content

Commit 353e5b0

Browse files
committed
Debug macos.
1 parent e5f58ed commit 353e5b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/portability/source/portability_library_path.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ static int portability_library_path_list_phdr_callback(struct dl_phdr_info *info
122122

123123
#endif
124124

125+
#include <stdio.h>
126+
125127
int portability_library_path_find(const char name[], portability_library_path_str path, size_t *length)
126128
{
127129
#if defined(unix) || defined(__unix__) || defined(__unix) || \

0 commit comments

Comments
 (0)