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

View File

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