summaryrefslogtreecommitdiff
path: root/cipher-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-aes.c')
-rw-r--r--cipher-aes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher-aes.c b/cipher-aes.c
index 99e9eea9..14ef10f0 100644
--- a/cipher-aes.c
+++ b/cipher-aes.c
@@ -28,8 +28,12 @@
#include "openbsd-compat/openssl-compat.h"
#ifdef USE_BUILTIN_RIJNDAEL
+#include <sys/types.h>
#include <openssl/evp.h>
+
+#include <stdarg.h>
+
#include "rijndael.h"
#include "xmalloc.h"
#include "log.h"