From: Greg Kroah-Hartman Date: Fri, 14 Nov 2008 22:58:46 +0000 (-0800) Subject: Staging: comedi: fix build error in comedilib.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=02ebd471ea5b9950d3c30d75ec2f579f9ff0e918;p=mv-sheeva.git 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 --- 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. */