diff options
author | Damien Miller <djm@mindrot.org> | 2000-07-11 06:46:29 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-07-11 06:46:29 +0200 |
commit | 34e64baa92c059bb1eb075cff5325cde76db9d5d (patch) | |
tree | ac8eb74e46bd65a0a2b07a2b235a66dc2874024f /openbsd-compat.h | |
parent | Doh - forgot to commit (diff) | |
download | openssh-34e64baa92c059bb1eb075cff5325cde76db9d5d.tar.xz openssh-34e64baa92c059bb1eb075cff5325cde76db9d5d.zip |
- (djm) Added bsd-inet_aton for NeXT
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r-- | openbsd-compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h index 8fd85bc9d..f7a26122d 100644 --- a/openbsd-compat.h +++ b/openbsd-compat.h @@ -14,6 +14,7 @@ #include "bsd-daemon.h" #include "bsd-base64.h" #include "bsd-sigaction.h" +#include "bsd-inet_aton.h" /* rfc2553 socket API replacements */ #include "fake-getaddrinfo.h" |