From e49f1da7aed6894c8893cf29c33c4ca839d74976 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 21 Jul 2023 01:24:10 +0200 Subject: Adapt to slweb's include paths slweb puts its header files into its own directory in order to avoid potential name clashing. --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') diff --git a/auth.c b/auth.c index 09a5faa..cd1ec23 100644 --- a/auth.c +++ b/auth.c @@ -1,7 +1,7 @@ #include "auth.h" #include "hex.h" -#include "http.h" #include "jwt.h" +#include #include #include #include -- cgit v1.2.3