summaryrefslogtreecommitdiff
path: root/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'hmac.c')
-rw-r--r--hmac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hmac.c b/hmac.c
index 1c879640c..e90b294fb 100644
--- a/hmac.c
+++ b/hmac.c
@@ -18,6 +18,8 @@
18#include "includes.h" 18#include "includes.h"
19 19
20#include <sys/types.h> 20#include <sys/types.h>
21
22#include <stdlib.h>
21#include <string.h> 23#include <string.h>
22 24
23#include "sshbuf.h" 25#include "sshbuf.h"