diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 14:19:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 14:19:54 +0000 |
commit | d6cad28d4f47d538ac9b656a4788b17965a0a519 (patch) | |
tree | 38306bb2733f6d978bfc5bbcd38c08f18aa24bd3 /libports | |
parent | a032d95e24c8d39b99135eb88a2b61b5cb55e871 (diff) |
Fix typo in last change.
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 64366433..02b6727d 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -23,7 +23,7 @@ #include <mach.h> #include <stdlib.h> -#inclued <errno.h> +#include <errno.h> struct port_info { |