From 8bbee215cef55b3c5b4776fe182ca08309b3c19d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 3 Apr 2006 01:33:54 +0000 Subject: include autoconf.h in a few more places git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17835 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/aes/ChangeLog | 4 ++++ src/lib/crypto/aes/uitypes.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/lib/crypto') 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 + + * uitypes.h: Include autoconf.h. + 2006-04-01 Ken Raeburn * 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) -- cgit