Commit 9a97587a authored by Ilya Kondrashkin's avatar Ilya Kondrashkin
Browse files

include stddef.h

parent 60fdf976
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _AES_H_ #define _AES_H_
#include <stdint.h> #include <stdint.h>
#include <stddef.h>
// #define the macros below to 1/0 to enable/disable the mode of operation. // #define the macros below to 1/0 to enable/disable the mode of operation.
// //
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment