Commit 9523cdad authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] missing includes in seq_file.h

include/linux/seq_file.h uses memcpy and struct semaphore and so should
include the relevant files.
parent 43350172
......@@ -3,6 +3,8 @@
#ifdef __KERNEL__
#include <linux/types.h>
#include <linux/string.h>
#include <asm/semaphore.h>
struct seq_operations;
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