summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/aes/ChangeLog4
-rw-r--r--src/lib/crypto/aes/uitypes.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/crypto/aes/ChangeLog b/src/lib/crypto/aes/ChangeLog
index 2c277d203..421f81570 100644
--- a/src/lib/crypto/aes/ChangeLog
+++ b/src/lib/crypto/aes/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-02 Ken Raeburn <raeburn@mit.edu>
+
+ * uitypes.h: Include autoconf.h.
+
2006-04-01 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (DEFS): Make empty.
diff --git a/src/lib/crypto/aes/uitypes.h b/src/lib/crypto/aes/uitypes.h
index 02dd3b072..3a7292183 100644
--- a/src/lib/crypto/aes/uitypes.h
+++ b/src/lib/crypto/aes/uitypes.h
@@ -33,6 +33,8 @@
#ifndef _UITYPES_H
#define _UITYPES_H
+#include "autoconf.h"
+
#if defined(__GNU_LIBRARY__)
#define HAS_INTTYPES_H
#elif !defined(_MSC_VER)