From 02ebd471ea5b9950d3c30d75ec2f579f9ff0e918 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 14 Nov 2008 14:58:46 -0800 Subject: [PATCH] Staging: comedi: fix build error in comedilib.h If anyone included this file, it would break the build. This patch fixes the issue. Cc: David Schleef Cc: Frank Mori Hess Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- drivers/staging/comedi/comedilib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/comedilib.h b/drivers/staging/comedi/comedilib.h index d6a2e378f1a..fc5fc015726 100644 --- a/drivers/staging/comedi/comedilib.h +++ b/drivers/staging/comedi/comedilib.h @@ -24,7 +24,7 @@ #ifndef _LINUX_COMEDILIB_H #define _LINUX_COMEDILIB_H -#include +#include "comedi.h" /* Kernel internal stuff. Needed by real-time modules and such. */ -- 2.11.4.GIT