aboutsummaryrefslogtreecommitdiff
path: root/auth.c
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.c
parente3177b549d5fb9c065d336cbb95301f48e29863a (diff)
downloadslcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz
Apply slweb renaming to libweb
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 0cfb6e2..774e16a 100644
--- a/auth.c
+++ b/auth.c
@@ -1,7 +1,7 @@
#include "auth.h"
#include "hex.h"
#include "jwt.h"
-#include <slweb/http.h>
+#include <libweb/http.h>
#include <cjson/cJSON.h>
#include <dynstr.h>
#include <openssl/sha.h>