summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 21:37:40 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 21:37:40 +1000
commitf5ba25afe60767ad0e3e57e8f929264405886fbd (patch)
tree7f07839a8327a58cfd5d5caf718e78fda37222a0
parent2c3635b687931d58e3bdadd99e6a484de86e2bb8 (diff)
downloadprocps-ng-f5ba25afe60767ad0e3e57e8f929264405886fbd.tar.gz
skill: Update include location too
skill got missed in the main update as its not compiled by default.
-rw-r--r--src/skill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skill.c b/src/skill.c
index efc23ee..9f617bf 100644
--- a/src/skill.c
+++ b/src/skill.c
@@ -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