]> andersk Git - openssh.git/commitdiff
- (djm) [includes.h] Put back paths.h, it is needed in defines.h
authordjm <djm>
Wed, 15 Mar 2006 10:48:54 +0000 (10:48 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 10:48:54 +0000 (10:48 +0000)
ChangeLog
includes.h

index 10ae9e07c4247b5c29defa1d9305803b53788065..57174fc0d7420b8d9347aac7b28d2c90cc35526c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  - (tim) [openssh/sshpty.c openssh/openbsd-compat/port-tun.c] put in some
    includes removed from includes.h
  - (dtucker) [configure.ac] Fix glob test conversion to AC_TRY_COMPILE
+ - (djm) [includes.h] Put back paths.h, it is needed in defines.h
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
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.057568 seconds and 5 git commands to generate.