From 43210053704cffff896da806072010d902d02c48 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Sun, 23 Jan 2011 21:33:54 +0000 Subject: dahdi: Add '#include ' in dahdi/kernel.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit linux/kobject.h was removed from linux/fs.h in upstream commit 57cc721. Add it back in in order to pick up the linux/kref.h include. Reported-by: Raoul Bönisch Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9697 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index 81d869b..0a5eb83 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -42,6 +42,7 @@ #include #endif #include +#include #include #ifdef CONFIG_DAHDI_NET -- cgit v1.2.3