]> andersk Git - openssh.git/blobdiff - includes.h
- (djm) [includes.h] Put back paths.h, it is needed in defines.h
[openssh.git] / includes.h
index c9f6f372359703489acfa755eebbc5c13478b098..65c34c4960ca2f46909355e111253e05c746d884 100644 (file)
@@ -61,7 +61,10 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 # include <maillock.h> /* For _PATH_MAILDIR */
 #endif
 #ifdef HAVE_NEXT
-#  include <libc.h>
+# include <libc.h>
+#endif
+#ifdef HAVE_PATHS
+# include <paths.h>
 #endif
 #include <unistd.h> /* For STDIN_FILENO, etc */
 
This page took 0.032216 seconds and 4 git commands to generate.