diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-28 11:09:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-28 11:09:53 +0000 |
commit | b6bebf51da6eb4a8c9dd65419154a2ab0d166f2a (patch) | |
tree | 723aaa9aa0665694d3d1cfab93f965a4fd1202e4 | |
parent | 7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5 (diff) | |
download | glibc-b6bebf51da6eb4a8c9dd65419154a2ab0d166f2a.tar.gz glibc-b6bebf51da6eb4a8c9dd65419154a2ab0d166f2a.tar.xz glibc-b6bebf51da6eb4a8c9dd65419154a2ab0d166f2a.zip |
1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd/get-host.c: Include <hurd/lookup.h>.
-rw-r--r-- | hurd/get-host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/get-host.c b/hurd/get-host.c index 7310d27196..f3672ea416 100644 --- a/hurd/get-host.c +++ b/hurd/get-host.c @@ -19,6 +19,7 @@ #include <fcntl.h> #include <hurd.h> +#include <hurd/lookup.h> #include "hurdhost.h" ssize_t |