Fix building on Unix
authorThiago Macieira <thiago@kde.org>
Tue, 18 May 2010 12:59:06 +0000 (14:59 +0200)
committerThiago Macieira <thiago@kde.org>
Tue, 18 May 2010 12:59:06 +0000 (14:59 +0200)
dbus/dbus-sysdeps-util-unix.c
dbus/dbus-sysdeps.h

index 94f580b..6c50f17 100644 (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
index b183b1f..8d18297 100644 (file)
 #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