Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-10-12 00:17:30 +0400
committerRob Landley <rob@landley.net>2005-10-12 00:17:30 +0400
commit161aae727399e97c1c532fb6877de0d34d821bb5 (patch)
tree4ee05686eaba3bc731d7e603ebac042e9a62e401 /archival
parent064f04e7e2b1316f7c3de1ac7dd1fc4d4e108dd5 (diff)
There doesn't seem to be a standard header for makedev(), but this is close.
Diffstat (limited to 'archival')
-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 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/sysmacros.h> /* For makedev */
#include "unarchive.h"
#include "libbb.h"