diff options
author | Rob Landley | 2005-10-11 20:17:30 +0000 |
---|---|---|
committer | Rob Landley | 2005-10-11 20:17:30 +0000 |
commit | 161aae727399e97c1c532fb6877de0d34d821bb5 (patch) | |
tree | 4ee05686eaba3bc731d7e603ebac042e9a62e401 /archival/libunarchive | |
parent | 064f04e7e2b1316f7c3de1ac7dd1fc4d4e108dd5 (diff) | |
download | busybox-161aae727399e97c1c532fb6877de0d34d821bb5.zip busybox-161aae727399e97c1c532fb6877de0d34d821bb5.tar.gz |
There doesn't seem to be a standard header for makedev(), but this is close.
Diffstat (limited to 'archival/libunarchive')
-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 513909d..659b75d 100644 --- a/archival/libunarchive/get_header_tar.c +++ b/archival/libunarchive/get_header_tar.c @@ -26,6 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/sysmacros.h> /* For makedev */ #include "unarchive.h" #include "libbb.h" |