summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 13:05:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 13:05:26 +1000
commit051c270f88881688f62f3c56b78f0e177accf53e (patch)
tree4120e5b1bf1c1243bc6a9e09d0c985ab02dfaed5 /openbsd-compat/port-aix.c
parentfbe3b36ca9386a9b32f05e36450216acaa8bb404 (diff)
- (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.c3
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
37extern ServerOptions options; 38extern ServerOptions options;