]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh-gss.h
#include <unistd.h> before <gssapi.h> to fix AIX 64-bit build issue.
[gssapi-openssh.git] / openssh / ssh-gss.h
index 794e670f1c4528356cfde93221ff4278db810bde..d751c63e3f6353a162bedc86632d611eaa2a9240 100644 (file)
@@ -28,6 +28,9 @@
 
 #ifdef GSSAPI
 
+/* Need this include to fix GSI AIX 64-bit builds. */
+#include <unistd.h>
+
 #ifdef HAVE_GSSAPI_H
 #include <gssapi.h>
 #elif defined(HAVE_GSSAPI_GSSAPI_H)
This page took 0.031467 seconds and 4 git commands to generate.