summaryrefslogtreecommitdiff
path: root/aes-encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'aes-encrypt.c')
-rw-r--r--aes-encrypt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/aes-encrypt.c b/aes-encrypt.c
index bc6a1cff..466ca372 100644
--- a/aes-encrypt.c
+++ b/aes-encrypt.c
@@ -23,10 +23,14 @@
* MA 02111-1307, USA.
*/
-#include "aes-internal.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <assert.h>
+#include "aes-internal.h"
+
/* On my sparc, encryption is significantly slower than decryption,
* even though the *only* difference is which table is passed to _aes_crypt.
*