From c21485d427aee32fae4b302790533adac7d68921 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 25 Oct 2018 10:18:55 +0900 Subject: [PATCH] mcctrl: include linux/cred.h The headers defines __task_cred and other macroes we use, and always existed; we must have gotten it indirectly on older kernels, it doesn't hurt to always include Change-Id: Iacfff0365e7a21e6247eea42606bbbf1dfccc077 --- executer/kernel/mcctrl/procfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/executer/kernel/mcctrl/procfs.c b/executer/kernel/mcctrl/procfs.c index 48b19814..896dbd18 100644 --- a/executer/kernel/mcctrl/procfs.c +++ b/executer/kernel/mcctrl/procfs.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "mcctrl.h" #include #include