gdbus: Add a missing include

This fixes the build on non-unix platforms, such as win32 where
gunixfdlist.h is not included.
This commit is contained in:
Kalev Lember 2015-08-22 23:13:33 +02:00
parent a6ae52fa13
commit 02f9e84709

View File

@ -29,6 +29,7 @@
#include "gdbusintrospection.h"
#include "gdbuserror.h"
#include "gdbusprivate.h"
#include "gioerror.h"
#ifdef G_OS_UNIX
#include "gunixfdlist.h"