From 1eaca1f8e1a1ea027b6251fda358f319bae6b6b7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Oct 2018 21:32:20 +0200 Subject: [PATCH] mscaputil: Use full include path local includes --- src/mschaputil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mschaputil.c b/src/mschaputil.c index ea7a3631..7fda0355 100644 --- a/src/mschaputil.c +++ b/src/mschaputil.c @@ -26,7 +26,7 @@ #include -#include "mschaputil.h" +#include "src/mschaputil.h" static bool mschap_des_encrypt(const uint8_t *challenge, const uint8_t *key, uint8_t *cipher_text)