summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-21 02:45:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-21 02:45:55 +0000
commit40b10d00f5d438e4a56588578312059b414864fa (patch)
treee453685851a3754a853d1ecb67ee5af354853bc0 /utils
parent4f78fd101e31cf9c91204c67e9bb709c656aa96b (diff)
Include <hurd/ps.h> instead of "ps.h".
Diffstat (limited to 'utils')
-rw-r--r--utils/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ps.c b/utils/ps.c
index 0b0e05ac..798eb9c6 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -25,9 +25,9 @@
#include <string.h>
#include <ctype.h>
#include <getopt.h>
+#include <hurd/ps.h>
#include "error.h"
-#include "ps.h"
#include "common.h"
/* ---------------------------------------------------------------- */