]> granicus.if.org Git - procps-ng/commitdiff
testsuite: Correct include
authorCraig Small <csmall@dropbear.xyz>
Sun, 5 Jul 2020 11:18:36 +0000 (21:18 +1000)
committerCraig Small <csmall@dropbear.xyz>
Sun, 5 Jul 2020 11:18:36 +0000 (21:18 +1000)
procps.h got removed in the referenced commit, the test program
needs to include the correct header.

References:
 commit 1aa8b1644118ee84ff02158e1a9f409527fb5a96

proc/test_pids.c

index c780f9abec56cf01dcd590b72b4fec663c4f797c..633c7298ac357acd8e2914ed83db8f1b97da9459 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include <proc/procps.h>
+#include <proc/pids.h>
 #include "tests.h"
 
 enum pids_item items[] = { PIDS_ID_PID, PIDS_ID_PID };