diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-09-22 05:05:26 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-09-22 05:05:26 +0200 |
commit | 051c270f88881688f62f3c56b78f0e177accf53e (patch) | |
tree | 4120e5b1bf1c1243bc6a9e09d0c985ab02dfaed5 /openbsd-compat/port-aix.c | |
parent | - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the (diff) | |
download | openssh-051c270f88881688f62f3c56b78f0e177accf53e.tar.xz openssh-051c270f88881688f62f3c56b78f0e177accf53e.zip |
- (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
add canohost.h to stop warning. Based on patch from openssh-unix-dev at
thewrittenword.com
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r-- | openbsd-compat/port-aix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index 7a981634b..9fbcce936 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -27,11 +27,12 @@ #include "ssh.h" #include "log.h" #include "servconf.h" +#include "canohost.h" +#include "xmalloc.h" #ifdef _AIX #include <uinfo.h> -#include <../xmalloc.h> #include "port-aix.h" extern ServerOptions options; |