diff options
author | Miles Bader <miles@gnu.org> | 1995-07-08 17:31:30 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-08 17:31:30 +0000 |
commit | a4d9ef94934c54d4e9dec8b184debe445776ae12 (patch) | |
tree | 96eec855a5bd7a9fd22d3e721687c27160f89f03 | |
parent | ce9d889cbf002d8b3e88d2d7dc5ae10c4b787f52 (diff) |
Include hurd/ihash.h instead of ihash.h.
-rw-r--r-- | libps/ps.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,9 +22,10 @@ #define __PS_H__ #include <hurd/hurd_types.h> +#include <hurd/ihash.h> #include <mach/mach.h> + #include <pwd.h> -#include <ihash.h> #include <errno.h> #ifndef bool |