From cbc6c3faf207a14c2c47fc8781d1316c2312fdd5 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Thu, 13 Feb 1997 20:49:12 +0000 Subject: Fixed inclusion of crypt.h bug when libdes is being used on Solaris only. jra@cygnus.com (This used to be commit c189ef38455653334b8414f30d0aeaa3ecefa202) --- source3/include/includes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 0e93df35fd..a8653d0978 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -290,8 +290,10 @@ typedef unsigned short mode_t; #include #include #include -#include #include +#ifndef USE_LIBDES +#include +#endif /* USE_LIBDES */ extern int gettimeofday (struct timeval *, void *); extern int gethostname (char *name, int namelen); extern int innetgr (const char *, const char *, const char *, const char *); -- cgit