summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Kondrashkin <ilya.kondrashkin@sigur.com>2021-02-16 12:07:45 +0100
committerIlya Kondrashkin <ilya.kondrashkin@sigur.com>2021-02-16 12:07:45 +0100
commit9a97587a489582e2aae2d8b83d63413a9f64c0e6 (patch)
tree5b7aa602fef5d082e0541c55668aa8791ed98d07
parentUpdate README.md (diff)
downloadtiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar.gz
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar.bz2
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar.lz
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar.xz
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.tar.zst
tiny-AES-c-9a97587a489582e2aae2d8b83d63413a9f64c0e6.zip
-rw-r--r--aes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/aes.h b/aes.h
index ade29e8..b29b668 100644
--- a/aes.h
+++ b/aes.h
@@ -2,6 +2,7 @@
#define _AES_H_
#include <stdint.h>
+#include <stddef.h>
// #define the macros below to 1/0 to enable/disable the mode of operation.
//