include sys/sysmacros.h for makedev definition

cute-signatures
Elan Ruusamäe 2018-11-03 20:54:12 +02:00 committed by Timo Teräs
parent 947baeea18
commit 86922d1a34
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/xattr.h>
#include <sys/sysmacros.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -27,6 +27,7 @@
#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/statvfs.h>
#include <sys/sysmacros.h>
#include <linux/magic.h>
#include "apk_defines.h"