mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix GIO build on Solaris
Major and minor are defined in sys/mkdev.h on Solaris Patch by Fabian Groffen https://bugzilla.gnome.org/show_bug.cgi?id=637013
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_MKDEV_H
|
||||
#include <sys/mkdev.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user