projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7134d65
)
include unistd which provides off_t for the header and hence unarchive applets
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 27 Oct 2001 14:10:37 +0000
(14:10 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 27 Oct 2001 14:10:37 +0000
(14:10 -0000)
include/unarchive.h
patch
|
blob
|
history
diff --git
a/include/unarchive.h
b/include/unarchive.h
index c4400981de12abaa7463232c5b23046233ff0f23..be49f3d01955183c6e14ff711ab784d500de0e0b 100644
(file)
--- a/
include/unarchive.h
+++ b/
include/unarchive.h
@@
-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,