From mboxrd@z Thu Jan 1 00:00:00 1970 From: maximilian attems Date: Wed, 05 Sep 2007 17:18:58 +0000 Subject: [PATCH] [udev] udev_selinux.c correct includes Message-Id: <1189012738271-git-send-email-max@stro.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: linux-hotplug@vger.kernel.org kick libgen.h include, no basename or dirname usage. add sys/stat.h for S_IFBLK, fixes: udev_selinux.c:54: error: ‘S_IFBLK’ undeclared (first use in this function) Signed-off-by: maximilian attems --- udev_selinux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/udev_selinux.c b/udev_selinux.c index 1ad6e8a..3fa84a0 100644 --- a/udev_selinux.c +++ b/udev_selinux.c @@ -24,8 +24,8 @@ #include #include #include -#include #include +#include #include #include "udev.h" -- 1.5.3.1 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel