|
From: <ssm...@us...> - 2007-04-24 13:43:09
|
Revision: 2358
http://svn.sourceforge.net/selinux/?rev=2358&view=rev
Author: ssmalley
Date: 2007-04-24 06:43:07 -0700 (Tue, 24 Apr 2007)
Log Message:
-----------
Author: "Joshua Brindle"
Email: jbr...@tr...
Subject: avc_internal.c needs #include <linux/types.h> for rhel4
Date: Thu, 19 Apr 2007 13:56:23 -0400
Apparently RHEL4 needs #include <linux/types.h> in avc_internal.c in
order to compile. This should be applied to trunk and stable.
===================================================================
Modified Paths:
--------------
trunk/libselinux/src/avc_internal.c
Modified: trunk/libselinux/src/avc_internal.c
===================================================================
--- trunk/libselinux/src/avc_internal.c 2007-04-13 18:06:47 UTC (rev 2357)
+++ trunk/libselinux/src/avc_internal.c 2007-04-24 13:43:07 UTC (rev 2358)
@@ -17,6 +17,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <linux/types.h>
#include <linux/netlink.h>
#include "selinux_netlink.h"
#include "avc_internal.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|