Skip to content

Commit

Permalink
include stddef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Kondrashkin committed Feb 16, 2021
1 parent 60fdf97 commit 9a97587
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 9a97587

Please sign in to comment.