tools/fakeroot: fix build error on macOS
[openwrt/staging/mkresin.git] / tools / fakeroot / patches / 100-macos_compile_fix.patch
1 --- a/libfakeroot_inode64.c
2 +++ b/libfakeroot_inode64.c
3 @@ -36,6 +36,8 @@
4 #include <fts.h>
5 #endif /* HAVE_FTS_H */
6
7 +void load_library_symbols(void);
8 +
9 #include "wrapped.h"
10 #include "wraptmpf.h"
11 #include "wrapdef.h"