From 4fb291c2a93f41ae9f1465ac2155246b702677df Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 11 May 2014 16:22:13 -0700 Subject: [PATCH] core: Use full include path for local headers --- src/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sha1.c b/src/sha1.c index b2e4be29..3db2f097 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -27,7 +27,7 @@ #include #include -#include "sha1.h" +#include "src/sha1.h" #define SHA1_MAC_LEN 20