diff options
Diffstat (limited to 'src/crypto/mac/macs.c.in')
-rw-r--r-- | src/crypto/mac/macs.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/mac/macs.c.in b/src/crypto/mac/macs.c.in index 5adca10..43031ee 100644 --- a/src/crypto/mac/macs.c.in +++ b/src/crypto/mac/macs.c.in @@ -24,8 +24,8 @@ */ -#include <src/fastd.h> #include <src/config.h> +#include <src/crypto.h> @MAC_DEFINITIONS@ |