diff options
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 @@ | |||
27 | #include "ssh.h" | 27 | #include "ssh.h" |
28 | #include "log.h" | 28 | #include "log.h" |
29 | #include "servconf.h" | 29 | #include "servconf.h" |
30 | #include "canohost.h" | ||
31 | #include "xmalloc.h" | ||
30 | 32 | ||
31 | #ifdef _AIX | 33 | #ifdef _AIX |
32 | 34 | ||
33 | #include <uinfo.h> | 35 | #include <uinfo.h> |
34 | #include <../xmalloc.h> | ||
35 | #include "port-aix.h" | 36 | #include "port-aix.h" |
36 | 37 | ||
37 | extern ServerOptions options; | 38 | extern ServerOptions options; |