aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-12 16:19:56 +0000
committerlloyd <[email protected]>2010-10-12 16:19:56 +0000
commit4a6fd8c70d40f88c8b51127bfa055b66b18e0f7a (patch)
treed8c5697f8de1fff74c5b813fd83c08d310fa8ac0 /src/utils
parentc46a5e8d3dd8f07a92fc90027e6f7f70b989ea47 (diff)
Use size_t in all of math, remove to_u32bit
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/types.h b/src/utils/types.h
index 58fdb5ff8..c14149779 100644
--- a/src/utils/types.h
+++ b/src/utils/types.h
@@ -9,6 +9,7 @@
#define BOTAN_TYPES_H__
#include <botan/build.h>
+#include <stddef.h>
/**
* The primary namespace for the botan library