From 3ea639184bd351999ec5275e78a8f3ae9e49b7b8 Mon Sep 17 00:00:00 2001 From: Jonathan Hamilton Date: Fri, 8 Feb 2013 13:05:38 -0800 Subject: [PATCH] base: sync: Include seq_file.h in sync.h sync.h uses struct seq_file in some function table prototypes. This causes compile failures when including the header in files that do not otherwise include seq_file.h Signed-off-by: Jonathan Hamilton --- include/linux/sync.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/sync.h b/include/linux/sync.h index 38ea986dc70f..5f493638148d 100644 --- a/include/linux/sync.h +++ b/include/linux/sync.h @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- 2.34.1