aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mp_amd64/mp_asmi.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-07-19 22:49:28 +0000
committerlloyd <[email protected]>2008-07-19 22:49:28 +0000
commita8fd554ea0ec924b2e7a9d8808b12e5d784f209e (patch)
tree424beb42b7a2848fbf31f6f957d89439332d2bc1 /modules/mp_amd64/mp_asmi.h
parent96a21f9f163a7305e823b5f3dfd3a19ea76a09a7 (diff)
Include mp_asm.h in mp_asmi.h in both of the assembly modules, for
consistency with the C++ headers.
Diffstat (limited to 'modules/mp_amd64/mp_asmi.h')
-rw-r--r--modules/mp_amd64/mp_asmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h
index 947aaa0a1..2681f04cd 100644
--- a/modules/mp_amd64/mp_asmi.h
+++ b/modules/mp_amd64/mp_asmi.h
@@ -7,7 +7,7 @@
#ifndef BOTAN_MP_ASM_INTERNAL_H__
#define BOTAN_MP_ASM_INTERNAL_H__
-#include <botan/mp_types.h>
+#include <botan/mp_asm.h>
namespace Botan {