summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 23:41:33 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 23:41:33 +1000
commit2eaea99054fd65ad03f1fe9679a318253eaa8dd6 (patch)
tree05b764863a775a6d2e2d02a093cf7c3de3c67925 /openbsd-compat/port-aix.c
parent5998ed03aadef4c9681e90b669ddd1c5d7a9247b (diff)
downloadopenssh-git-2eaea99054fd65ad03f1fe9679a318253eaa8dd6.tar.gz
- (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c
openbsd-compat/rresvport.c] More errno.h.
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r--openbsd-compat/port-aix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c
index 81d8124e..33be00c2 100644
--- a/openbsd-compat/port-aix.c
+++ b/openbsd-compat/port-aix.c
@@ -33,6 +33,7 @@
#ifdef _AIX
+#include <errno.h>
#include <uinfo.h>
#include <sys/socket.h>
#include "port-aix.h"