]> andersk Git - openssh.git/blobdiff - includes.h
Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
[openssh.git] / includes.h
index f6aa2ae677259013eb37c24a283f91cd94149191..d7b875c529484c48dedc8e9f25ac9ac2e20a9e16 100644 (file)
@@ -149,6 +149,14 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 # include <readpassphrase.h>
 #endif
 
+#ifdef HAVE_IA_H
+# include <ia.h>
+#endif
+
+#ifdef HAVE_TMPDIR_H
+# include <tmpdir.h>
+#endif
+
 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
 
 #include "defines.h"
This page took 0.030682 seconds and 4 git commands to generate.