summaryrefslogtreecommitdiffstats
path: root/include/notifier.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-30 12:39:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-31 08:32:59 +0200
commitb381e781bffa9c285c36c34a291cf00be4155a14 (patch)
tree10f62fe9bb276629709195c94ebe7eeb205312ff /include/notifier.h
parent3ece590c383624f04b23ff12fab077166a869f51 (diff)
downloadbarebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.gz
barebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.xz
treewide include/: Add missing includes
This adds several missing includes to files under include/ which we relied on being included implicitly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/notifier.h')
-rw-r--r--include/notifier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.h b/include/notifier.h
index cb2be5f548..c83e28b156 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -1,6 +1,8 @@
#ifndef __NOTIFIER_H
#define __NOTIFIER_H
+#include <linux/list.h>
+
/*
* Notifer chains loosely based on the according Linux framework
*/