Fix building on Unix

This commit is contained in:
Thiago Macieira 2010-05-18 14:59:06 +02:00
parent a992f732bb
commit 5f96256c12
2 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,7 @@
#include "dbus-sysdeps.h"
#include "dbus-sysdeps-unix.h"
#include "dbus-internals.h"
#include "dbus-pipe.h"
#include "dbus-protocol.h"
#include "dbus-string.h"
#define DBUS_USERDB_INCLUDES_PRIVATE 1

View file

@ -35,7 +35,10 @@
#include <string.h>
#include <stdarg.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
/* AIX sys/poll.h does #define events reqevents, and other
* wonderousness, so must include sys/poll before declaring
* DBusPollFD