]> granicus.if.org Git - procps-ng/commitdiff
skill: Update include location too
authorCraig Small <csmall@dropbear.xyz>
Mon, 29 Aug 2022 11:37:40 +0000 (21:37 +1000)
committerCraig Small <csmall@dropbear.xyz>
Mon, 29 Aug 2022 11:37:40 +0000 (21:37 +1000)
skill got missed in the main update as its not compiled by
default.

src/skill.c

index efc23eef205946cd7e584ccfea8f9a75d030641f..9f617bfdf178a4c9239b9d526283c93d9e540e9a 100644 (file)
@@ -42,8 +42,8 @@
 #include "xalloc.h"
 #include "rpmatch.h"
 
-#include <proc/misc.h>
-#include <proc/pids.h>
+#include "misc.h"
+#include "pids.h"
 
 #define DEFAULT_NICE 4