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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.h') diff --git a/auth.h b/auth.h index ad46585..0fcf396 100644 --- a/auth.h +++ b/auth.h @@ -1,7 +1,7 @@ #ifndef AUTH_H #define AUTH_H -#include "http.h" +#include #include struct auth *auth_alloc(const char *dir); -- cgit v1.2.3