mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
Clean up platform-specific includes
The problem was pointed out in bug 618029. To solve it, we moved the GUnixFDList typedef to giotypes.h.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <gio/gunixfdlist.h>
|
||||
|
||||
/* see gdbus-example-server.c for the server implementation */
|
||||
static gint
|
||||
|
@@ -30,6 +30,7 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <gio/gunixsocketaddress.h>
|
||||
#include <gio/gunixfdlist.h>
|
||||
|
||||
#include "gdbus-tests.h"
|
||||
|
||||
|
Reference in New Issue
Block a user