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:
@ -20,7 +20,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <proc/procps.h>
|
#include <proc/pids.h>
|
||||||
#include "tests.h"
|
#include "tests.h"
|
||||||
|
|
||||||
enum pids_item items[] = { PIDS_ID_PID, PIDS_ID_PID };
|
enum pids_item items[] = { PIDS_ID_PID, PIDS_ID_PID };
|
||||||
|
Reference in New Issue
Block a user