Add missing header

This was previously being included via oaes_lib.h.
This commit is contained in:
Jason Rhinelander 2022-07-22 14:18:24 -03:00
parent d28c24a176
commit 76908d9d5d
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>

View File

@ -8,6 +8,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>