There doesn't seem to be a standard header for makedev(), but this is close.

This commit is contained in:
Rob Landley 2005-10-11 20:17:30 +00:00
parent 064f04e7e2
commit 161aae7273

View File

@ -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"