diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 14:22:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 14:22:27 +0000 |
commit | 51a37080e61e42b3af6962ce76a82990bda82b17 (patch) | |
tree | 4dc1f46cb336f642576585223997e46bade7048e /libports | |
parent | d6cad28d4f47d538ac9b656a4788b17965a0a519 (diff) |
Include hurd.h.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h index 02b6727d..4ee6a520 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -23,7 +23,7 @@ #include <mach.h> #include <stdlib.h> -#include <errno.h> +#include <hurd.h> struct port_info { |