Merge pull request #189 from ilkondr/ilkondr/fix_includes

include stddef.h for size_t - thanks @ilkondr
This commit is contained in:
kokke 2021-02-16 12:19:13 +01:00 committed by GitHub
commit 12e7744b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
//