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