Include time.h (or sys/time.h) for struct tm structure which is now
authorEzra Peisach <epeisach@mit.edu>
Wed, 7 Jun 1995 14:15:56 +0000 (14:15 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 7 Jun 1995 14:15:56 +0000 (14:15 +0000)
referenced in the los-proto.h file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5963 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/gssapiP_krb5.h

index 8fd54eadff4f6a6ffafc4be9fea7b04a4a6c8258..748f839b15f32b60ecf48d6050881d7ffa590160 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 8d846f73ba5d5f7b9efb054bc00e552971c357d4..768345a00a998d39997a2e97c2947f7e1df0d8f0 100644 (file)
 #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>