diff options
-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 |