From ab18c412e6773b34e4640e4b9277573fd91a66bf Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 11 Nov 1999 10:40:23 +1100 Subject: - Added (untested) Entropy Gathering Daemon (EGD) support - Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier --- includes.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index a1a6da6b..198e7297 100644 --- a/includes.h +++ b/includes.h @@ -37,7 +37,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include -#include #include #include #include @@ -52,13 +51,18 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include #include -#include #include -#include "version.h" - #include "config.h" +#ifdef HAVE_PATHS_H +# include +#endif +#ifdef HAVE_ENDIAN_H +# include +#endif + +#include "version.h" #include "helper.h" #include "mktemp.h" #include "strlcpy.h" -- cgit v1.2.3