Skip to content

Commit

Permalink
Merge pull request #189 from ilkondr/ilkondr/fix_includes
Browse files Browse the repository at this point in the history
include stddef.h for size_t - thanks @ilkondr
  • Loading branch information
kokke committed Feb 16, 2021
2 parents 60fdf97 + 9a97587 commit 12e7744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 12e7744

Please sign in to comment.