]> git.hungrycats.org Git - linux/commitdiff
[PATCH] selinux build fix
authorGerd Knorr <kraxel@bytesex.org>
Wed, 21 Jan 2004 01:06:26 +0000 (17:06 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 21 Jan 2004 01:06:26 +0000 (17:06 -0800)
trivial one: uses __init and thus needs linux/init.h

security/selinux/netif.c

index 32145b884d8b57f8aa925c2536b1d83d992ba52e..4cbf8f259d93be4b1968e301ac97321ebf921dc3 100644 (file)
@@ -12,6 +12,7 @@
  * it under the terms of the GNU General Public License version 2,
  * as published by the Free Software Foundation.
  */
+#include <linux/init.h>
 #include <linux/types.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>