Skip to content

adb: fix build on glibc systems

Daniel Golle requested to merge dangowrt/apk-tools:fix-build-with-glibc into master

Recent changes to adb_walk_adb.c added use of 'PRIu64' which requires to include inttypes.h on glibc systems.

Fixes: c5d8d286 ("adb: implement ADB_BLOCK_EXT flavor for large files")

Edited by Daniel Golle

Merge request reports