2004-07-31 Colin Walters <walters@redhat.com>
authorColin Walters <walters@verbum.org>
Sat, 31 Jul 2004 05:37:15 +0000 (05:37 +0000)
committerColin Walters <walters@verbum.org>
Sat, 31 Jul 2004 05:37:15 +0000 (05:37 +0000)
* bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
BUS_SET_OOM.

ChangeLog
bus/selinux.c

index 769c787..2e93b18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-07-31  Colin Walters  <walters@redhat.com>
 
+       * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
+       BUS_SET_OOM.
+
+2004-07-31  Colin Walters  <walters@redhat.com>
+
        * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
        to correctly detect DBUS__ACQUIRE_SVC.  Also add an
        AC_MSG_CHECKING.
index 24650ed..f7fbf31 100644 (file)
@@ -24,6 +24,7 @@
 #include "selinux.h"
 #include "services.h"
 #include "policy.h"
+#include "utils.h"
 #include "config-parser.h"
 
 #ifdef HAVE_SELINUX