From bb712057f54db88478884673eb09f0e3f1f59dcf Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 9 Feb 2011 18:30:42 +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 Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9697 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9746 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index 7e28738..639a4f2 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