From: Ingo Molnar Date: Wed, 1 Feb 2017 10:58:42 +0000 (+0100) Subject: delayacct: Include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4025819d328cd0efc53ee22e01b800631944b7f3;p=linux.git delayacct: Include include/linux/delayacct.h relies on 'struct taskstats' but does not include the header that defines it. This worked so far because files that included also happened to include other headers that included uapi/linux/taskstats.h. Fix it. Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- diff --git a/include/linux/delayacct.h b/include/linux/delayacct.h index 6cee17c223138..00e60f79a9cc7 100644 --- a/include/linux/delayacct.h +++ b/include/linux/delayacct.h @@ -17,6 +17,7 @@ #ifndef _LINUX_DELAYACCT_H #define _LINUX_DELAYACCT_H +#include #include #include