1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-01 15:03:39 +02:00

Add missing gunixfdlist.h include in gdbus-example-server.c

This commit is contained in:
Robert Ancell
2010-05-18 12:01:25 +10:00
parent a977f03235
commit 587bdf3f0a

@@ -2,6 +2,7 @@
#include <stdlib.h> #include <stdlib.h>
#ifdef G_OS_UNIX #ifdef G_OS_UNIX
#include <gio/gunixfdlist.h>
/* For STDOUT_FILENO */ /* For STDOUT_FILENO */
#include <unistd.h> #include <unistd.h>
#endif #endif