aboutsummaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-10 23:43:47 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-11 00:08:40 +0200
commit28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch)
tree1f045b4c55d9556557758f5cfa9457d07e988aa9 /auth.h
parente3177b549d5fb9c065d336cbb95301f48e29863a (diff)
downloadslcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz
Apply slweb renaming to libweb
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 0fcf396..56daa2e 100644
--- a/auth.h
+++ b/auth.h
@@ -1,7 +1,7 @@
#ifndef AUTH_H
#define AUTH_H
-#include <slweb/http.h>
+#include <libweb/http.h>
#include <stdbool.h>
struct auth *auth_alloc(const char *dir);