testsuite: Correct include
procps.h got removed in the referenced commit, the test program
needs to include the correct header.
References:
commit 1aa8b16441
This commit is contained in:
parent
d974f064b5
commit
8c115f6cf3
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user