9276516
diff -up dbus-1.1.4/dbus/dbus-sysdeps-unix.c.ucred dbus-1.1.4/dbus/dbus-sysdeps-unix.c
9276516
--- dbus-1.1.4/dbus/dbus-sysdeps-unix.c.ucred	2008-01-15 14:33:48.000000000 -0500
9276516
+++ dbus-1.1.4/dbus/dbus-sysdeps-unix.c	2008-02-04 12:02:57.000000000 -0500
9276516
@@ -22,6 +22,8 @@
9276516
  *
9276516
  */
9276516
 
9276516
+#define _GNU_SOURCE 
9276516
+
9276516
 #include "dbus-internals.h"
9276516
 #include "dbus-sysdeps.h"
9276516
 #include "dbus-sysdeps-unix.h"
9276516
diff -up dbus-1.1.4/bus/selinux.c.ucred dbus-1.1.4/bus/selinux.c
9276516
--- dbus-1.1.4/bus/selinux.c.ucred	2008-02-04 12:08:31.000000000 -0500
9276516
+++ dbus-1.1.4/bus/selinux.c	2008-02-04 12:07:37.000000000 -0500
9276516
@@ -34,6 +34,7 @@
9276516
 #ifdef HAVE_ERRNO_H
9276516
 #include <errno.h>
9276516
 #endif
9276516
+#include <limits.h>
9276516
 #include <pthread.h>
9276516
 #include <syslog.h>
9276516
 #include <selinux/selinux.h>