aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-11 20:17:30 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-11 20:17:30 +0000
commitf60f6e74bc0b2834eab888b64f7b456c90c3564c (patch)
tree4ee05686eaba3bc731d7e603ebac042e9a62e401
parent7b5bcb9d3f7691ee325ad704d76590bb939c5020 (diff)
downloadbusybox-w32-f60f6e74bc0b2834eab888b64f7b456c90c3564c.tar.gz
busybox-w32-f60f6e74bc0b2834eab888b64f7b456c90c3564c.tar.bz2
busybox-w32-f60f6e74bc0b2834eab888b64f7b456c90c3564c.zip
There doesn't seem to be a standard header for makedev(), but this is close.
git-svn-id: svn://busybox.net/trunk/busybox@11831 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/libunarchive/get_header_tar.c1
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