diff options
Diffstat (limited to 'proc')
-rw-r--r-- | proc/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/host.c b/proc/host.c index d17267c3..fd54390a 100644 --- a/proc/host.c +++ b/proc/host.c @@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <hurd/version.h> #include "proc.h" -#include "proc_S.h" +#include "process_S.h" static long hostid; static char *hostname; |