From a4e579603e27304081721c7792043829e5ecbfd4 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 15:28:22 +0000 Subject: [PATCH] put an interlock on sys/types.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1364 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.h | 3 +++ src/include/krb5/sysincl.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 7cc5c35a7..e51d742c3 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -16,7 +16,10 @@ #ifndef KRB5_GENERAL__ #define KRB5_GENERAL__ +#ifndef KRB5_SYSTYPES__ +#define KRB5_SYSTYPES__ #include +#endif /* KRB5_SYSTYPES__ */ #include diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index cff7e0a2c..b53bd3672 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -16,7 +16,11 @@ #ifndef KRB5_SYSINCL__ #define KRB5_SYSINCL__ +#ifndef KRB5_SYSTYPES__ +#define KRB5_SYSTYPES__ #include /* needed for much of the reset */ +#endif /* KRB5_SYSTYPES__ */ + #include /* struct timeval, utimes() */ #include /* struct stat, stat() */ #include /* MAXPATHLEN */ -- 2.26.2