From: Greg Kroah-Hartman Date: Thu, 3 Feb 2011 23:59:58 +0000 (-0800) Subject: dynamic_debug: add #include X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e8d9792aa514e49bf618713987c393d93babc2c5;p=linux-edison.git dynamic_debug: add #include This fixes a build breakage caused by 8ba6ebf583f12da32036fc0f003ab4043e54692e "Dynamic debug: Add more flags" Cc: Bart Van Assche Signed-off-by: Greg Kroah-Hartman --- diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 863c8343096..75ca78f3a8c 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -29,6 +29,7 @@ #include #include #include +#include extern struct _ddebug __start___verbose[]; extern struct _ddebug __stop___verbose[];