summaryrefslogtreecommitdiffstats
path: root/patches/0046-sysctl-include-fix.patch.patch
blob: 57a86400cb707ee9307eaa0e13af2a2e39e32247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ebdbd4ee8c14c94eaa5a79ac5cf8a37debe2643b Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 14 Nov 2011 10:52:34 +0100
Subject: [PATCH 046/274] sysctl-include-fix.patch

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 include/linux/sysctl.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index c34b4c8..4fbc9f7 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -933,6 +933,7 @@ enum
 #include <linux/rcupdate.h>
 #include <linux/wait.h>
 #include <linux/rbtree.h>
+#include <linux/atomic.h>
 
 /* For the /proc/sys support */
 struct ctl_table;
-- 
1.7.10.4