Commit de9974b1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sysctl.h needs compiler.h

From: Bernardo Innocenti <bernie@develer.com>

sysctl.h needs compiler.h
parent 16a13d05
......@@ -21,6 +21,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/compiler.h>
struct file;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment