mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 07:38:20 +02:00
Fix building on Unix
This commit is contained in:
parent
a992f732bb
commit
5f96256c12
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue