summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/yarrow')
-rw-r--r--src/lib/crypto/yarrow/ChangeLog5
-rw-r--r--src/lib/crypto/yarrow/ytypes.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/crypto/yarrow/ChangeLog b/src/lib/crypto/yarrow/ChangeLog
index 6e9d02804c..30eae99edb 100644
--- a/src/lib/crypto/yarrow/ChangeLog
+++ b/src/lib/crypto/yarrow/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-01 Ken Raeburn <raeburn@mit.edu>
+
+ * ytypes.h: Include autoconf.h. Include sys/types.h only if it
+ exists.
+
2005-04-28 Ken Raeburn <raeburn@mit.edu>
* yarrow.c: Delete old macintosh support.
diff --git a/src/lib/crypto/yarrow/ytypes.h b/src/lib/crypto/yarrow/ytypes.h
index d79bb7ed96..b7a30c76d0 100644
--- a/src/lib/crypto/yarrow/ytypes.h
+++ b/src/lib/crypto/yarrow/ytypes.h
@@ -5,7 +5,10 @@
#include <limits.h>
#include <stddef.h>
+#include "krb5/autoconf.h"
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
+#endif
#define byte unsigned char