aboutsummaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 01:24:10 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 01:40:55 +0200
commite49f1da7aed6894c8893cf29c33c4ca839d74976 (patch)
tree54fdbf665a9ec8adb5da089e8e305028ff10dea5 /auth.h
parent6e5c091d8f871383af0332bf80943f69889c0da9 (diff)
downloadslcl-e49f1da7aed6894c8893cf29c33c4ca839d74976.tar.gz
Adapt to slweb's include paths
slweb puts its header files into its own directory in order to avoid potential name clashing.
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 ad46585..0fcf396 100644
--- a/auth.h
+++ b/auth.h
@@ -1,7 +1,7 @@
#ifndef AUTH_H
#define AUTH_H
-#include "http.h"
+#include <slweb/http.h>
#include <stdbool.h>
struct auth *auth_alloc(const char *dir);