diff options
author | Rob Landley <rob@landley.net> | 2005-10-11 20:17:30 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-10-11 20:17:30 +0000 |
commit | 161aae727399e97c1c532fb6877de0d34d821bb5 (patch) | |
tree | 4ee05686eaba3bc731d7e603ebac042e9a62e401 | |
parent | 064f04e7e2b1316f7c3de1ac7dd1fc4d4e108dd5 (diff) | |
download | busybox-w32-161aae727399e97c1c532fb6877de0d34d821bb5.tar.gz busybox-w32-161aae727399e97c1c532fb6877de0d34d821bb5.tar.bz2 busybox-w32-161aae727399e97c1c532fb6877de0d34d821bb5.zip |
There doesn't seem to be a standard header for makedev(), but this is close.
-rw-r--r-- | archival/libunarchive/get_header_tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c index 513909d5f..659b75d9b 100644 --- a/archival/libunarchive/get_header_tar.c +++ b/archival/libunarchive/get_header_tar.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <stdlib.h> | 27 | #include <stdlib.h> |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <sys/sysmacros.h> /* For makedev */ | ||
29 | #include "unarchive.h" | 30 | #include "unarchive.h" |
30 | #include "libbb.h" | 31 | #include "libbb.h" |
31 | 32 | ||