From: Craig Small Date: Mon, 29 Aug 2022 11:37:40 +0000 (+1000) Subject: skill: Update include location too X-Git-Tag: v4.0.1rc1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ba25afe60767ad0e3e57e8f929264405886fbd;p=procps-ng skill: Update include location too skill got missed in the main update as its not compiled by default. --- diff --git a/src/skill.c b/src/skill.c index efc23eef..9f617bfd 100644 --- a/src/skill.c +++ b/src/skill.c @@ -42,8 +42,8 @@ #include "xalloc.h" #include "rpmatch.h" -#include -#include +#include "misc.h" +#include "pids.h" #define DEFAULT_NICE 4