From b3ca3aa12f8248c2d9e23f15a46e0f3c97397e54 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 22 Nov 1999 13:57:07 +1100 Subject: - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h - Added timersum() macro - Tidy RCSIDs of bsd-*.c --- includes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 06245fdc..722c6b3b 100644 --- a/includes.h +++ b/includes.h @@ -27,7 +27,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include #include -#include #include #include @@ -65,6 +64,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_SELECT_H # include #endif +#ifdef HAVE_SYS_TIME_H +# include +#endif #ifdef HAVE_LIBPAM # include #endif @@ -72,6 +74,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "version.h" #include "helper.h" #include "bsd-strlcpy.h" +#include "bsd-strlcat.h" #include "bsd-mktemp.h" /* Define this to be the path of the xauth program. */ -- cgit v1.2.3