summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin/camellia/camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/builtin/camellia/camellia.h')
-rw-r--r--src/lib/crypto/builtin/camellia/camellia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/camellia/camellia.h b/src/lib/crypto/builtin/camellia/camellia.h
index d8a53260ce..571ba68a66 100644
--- a/src/lib/crypto/builtin/camellia/camellia.h
+++ b/src/lib/crypto/builtin/camellia/camellia.h
@@ -32,7 +32,7 @@
extern "C" {
#endif
-#include "uitypes.h" /* ../aes/ui_types.h */
+#include <stdint.h>
#define CAMELLIA_BLOCK_SIZE 16
#define CAMELLIA_TABLE_BYTE_LEN 272