From be8750940bac3e2c876ea45988c916c3ac182de7 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 21 Feb 2008 13:42:06 -0500 Subject: fix build against the latest gcc/glibc * dbus/dbus-sysdeps-unix.c: define _GNU_SOURCE * bus/selinux.c: include limits.h * Patch by Matthias Clasen --- dbus/dbus-sysdeps-unix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus') diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index dfa71e7d..7db70fee 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -22,6 +22,8 @@ * */ +#define _GNU_SOURCE + #include "dbus-internals.h" #include "dbus-sysdeps.h" #include "dbus-sysdeps-unix.h" -- cgit