From f44eae879aef25504680c87b5f6299640b5ca29a Mon Sep 17 00:00:00 2001 From: John Carr Date: Wed, 31 Oct 1990 20:37:15 +0000 Subject: Check config variables to include vs. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1386 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/sysincl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index 622964aac..4ca584646 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -21,7 +21,13 @@ #include /* needed for much of the reset */ #endif /* KRB5_SYSTYPES__ */ +#include /* USE*TIME_H macros */ +#ifdef USE_TIME_H +#include +#endif +#ifdef USE_SYS_TIME_H #include /* struct timeval, utimes() */ +#endif #include /* struct stat, stat() */ #include /* MAXPATHLEN */ #if defined(unix) || defined(__unix__) -- cgit