referenced in the los-proto.h file.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5963
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jun 7 10:05:16 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * gssapiP_krb5.h: Include time.h (or sys/time.h) for struct tm
+ structure which is now in the los-proto.h file.
Mon May 22 10:10:41 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Add null install target.
#define _GSSAPIP_KRB5_H_
#include "krb5.h"
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
+#else
+#include <time.h>
+#endif
#include "los-proto.h"
#include <memory.h>