diff --git a/ChangeLog b/ChangeLog index 769c787c..2e93b184 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-31 Colin Walters + + * bus/selinux.c : Include utils.h to get + BUS_SET_OOM. + 2004-07-31 Colin Walters * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER diff --git a/bus/selinux.c b/bus/selinux.c index 24650ed5..f7fbf319 100644 --- a/bus/selinux.c +++ b/bus/selinux.c @@ -24,6 +24,7 @@ #include "selinux.h" #include "services.h" #include "policy.h" +#include "utils.h" #include "config-parser.h" #ifdef HAVE_SELINUX