include stddef.h

This commit is contained in:
Ilya Kondrashkin 2021-02-16 14:07:45 +03:00
parent 60fdf9768c
commit 9a97587a48
1 changed files with 1 additions and 0 deletions

1
aes.h
View File

@ -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.
//