diff options
Diffstat (limited to 'src/lib/mac/x919_mac/x919_mac.cpp')
-rw-r--r-- | src/lib/mac/x919_mac/x919_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/x919_mac/x919_mac.cpp b/src/lib/mac/x919_mac/x919_mac.cpp index 0cbf08795..41dca8e13 100644 --- a/src/lib/mac/x919_mac/x919_mac.cpp +++ b/src/lib/mac/x919_mac/x919_mac.cpp @@ -5,7 +5,7 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/x919_mac.h> +#include <botan/internal/x919_mac.h> namespace Botan { |