diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 14:19:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 14:19:09 +0000 |
commit | a032d95e24c8d39b99135eb88a2b61b5cb55e871 (patch) | |
tree | f8bf282d0cbf773dece7bdfe1df007a9e232d658 /libports/ports.h | |
parent | 43476ce23620d10db1c248a277871ce764a2877c (diff) |
Include errno.h for error_t decl.
Diffstat (limited to 'libports/ports.h')
-rw-r--r-- | libports/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/ports.h b/libports/ports.h index 36f514db..64366433 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -23,6 +23,7 @@ #include <mach.h> #include <stdlib.h> +#inclued <errno.h> struct port_info { |