summaryrefslogtreecommitdiff
path: root/lib/nettle/backport/cmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/backport/cmac.c')
-rw-r--r--lib/nettle/backport/cmac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/nettle/backport/cmac.c b/lib/nettle/backport/cmac.c
index 0791775cfd..a665f0ea6b 100644
--- a/lib/nettle/backport/cmac.c
+++ b/lib/nettle/backport/cmac.c
@@ -38,6 +38,10 @@
* #############################################
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifndef HAVE_NETTLE_CMAC128_UPDATE
#include <nettle/aes.h>