diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:45:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:45:55 +0000 |
commit | 40b10d00f5d438e4a56588578312059b414864fa (patch) | |
tree | e453685851a3754a853d1ecb67ee5af354853bc0 | |
parent | 4f78fd101e31cf9c91204c67e9bb709c656aa96b (diff) |
Include <hurd/ps.h> instead of "ps.h".
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /* ---------------------------------------------------------------- */ |