Commit c56a8a44 authored by Mike Frysinger's avatar Mike Frysinger

ioping: include sys/sysmacros.h for makedev

The makedev prototype is in sys/sysmacros.h, so include it.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent aa2558ce
......@@ -48,6 +48,7 @@
#ifdef __linux__
# include <sys/ioctl.h>
# include <sys/mount.h>
# include <sys/sysmacros.h>
# define HAVE_CLOCK_GETTIME
# define HAVE_POSIX_FADVICE
# define HAVE_POSIX_MEMALIGN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment