summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacsha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacsha256.c')
-rw-r--r--lib/crypto/hmacsha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/hmacsha256.c b/lib/crypto/hmacsha256.c
index 53d4fe3883..1a31441297 100644
--- a/lib/crypto/hmacsha256.c
+++ b/lib/crypto/hmacsha256.c
@@ -26,7 +26,7 @@
taken direct from rfc2202 implementation and modified for suitable use
*/
-#include "includes.h"
+#include "replace.h"
#include "../lib/crypto/crypto.h"
/***********************************************************************