]> git.hungrycats.org Git - linux/commitdiff
[PATCH] missing includes in seq_file.h
authorAnton Blanchard <anton@samba.org>
Mon, 8 Apr 2002 04:30:39 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 8 Apr 2002 04:30:39 +0000 (21:30 -0700)
include/linux/seq_file.h uses memcpy and struct semaphore and so should
include the relevant files.

include/linux/seq_file.h

index b16ee73b37a2613402e343f0973279b1def3f30b..a1b29efb0666de635efeae5842351a7856c42706 100644 (file)
@@ -3,6 +3,8 @@
 #ifdef __KERNEL__
 
 #include <linux/types.h>
+#include <linux/string.h>
+#include <asm/semaphore.h>
 
 struct seq_operations;
 struct file;