diff options
-rw-r--r-- | proc/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/hash.c b/proc/hash.c index 9ccb6b90..c1c6cb56 100644 --- a/proc/hash.c +++ b/proc/hash.c @@ -1,5 +1,5 @@ /* Hash table functions - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/resource.h> #include "proc.h" -#include "ihash.h" +#include <hurd/ihash.h> static struct ihash pghash, pidhash, taskhash, porthash, sidhash; static struct ihash exchash; |