mirror of https://github.com/mirror/busybox.git
There doesn't seem to be a standard header for makedev(), but this is close.
parent
064f04e7e2
commit
161aae7273
|
@ -26,6 +26,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/sysmacros.h> /* For makedev */
|
||||||
#include "unarchive.h"
|
#include "unarchive.h"
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue