From: Dmitry V. Levin Date: Sun, 20 Nov 2016 02:00:35 +0000 (+0000) Subject: prctl: include instead of X-Git-Tag: v4.15~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eb38322fb1c8fdee8a5ac8021ba0e470ce45794;p=strace prctl: include instead of There are no users of prctl function in prctl.c, and all the rest is provided by anyway. * prctl.c: Include instead of . --- diff --git a/prctl.c b/prctl.c index 66d74fa7..c1c4529f 100644 --- a/prctl.c +++ b/prctl.c @@ -30,7 +30,7 @@ #include "defs.h" -#include +#include #include "xlat/prctl_options.h" #include "xlat/pr_cap_ambient.h"