Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metadata_downloader: Include unistd.h for lseek()
This is found when compiling on musl systems Fixes metadata_downloader.c:331:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] lseek(fd_value, SEEK_SET, 0); ^ Signed-off-by: Khem Raj <[email protected]>
- Loading branch information