From b02dadfcd42afcb0d4088ff8ef3b988404b6b5bb Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 15 Mar 2006 10:48:54 +0000 Subject: [PATCH] - (djm) [includes.h] Put back paths.h, it is needed in defines.h --- ChangeLog | 1 + includes.h | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10ae9e07..57174fc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -268,6 +268,7 @@ - (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) diff --git a/includes.h b/includes.h index c9f6f372..65c34c49 100644 --- a/includes.h +++ b/includes.h @@ -61,7 +61,10 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } # include /* For _PATH_MAILDIR */ #endif #ifdef HAVE_NEXT -# include +# include +#endif +#ifdef HAVE_PATHS +# include #endif #include /* For STDIN_FILENO, etc */ -- 2.45.2