Signed-off-by: Nick Sarnie <[email protected]> --- hw/xfree86/xorg-wrapper.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c index a25e6ff5f..ac1bd0ea3 100644 --- a/hw/xfree86/xorg-wrapper.c +++ b/hw/xfree86/xorg-wrapper.c @@ -34,6 +34,7 @@ #include <stdlib.h> #include <string.h> #include <sys/ioctl.h> +#include <sys/sysmacros.h> #include <sys/stat.h> #include <sys/types.h> #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -- 2.14.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
