mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
include unistd which provides off_t for the header and hence unarchive applets
This commit is contained in:
parent
7134d6581b
commit
9af363fe20
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <stdio.h> // for off_t
|
||||
#include <stdio.h> // for FILE
|
||||
#include <unistd.h> // for off_t
|
||||
|
||||
enum extract_functions_e {
|
||||
extract_verbose_list = 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue