aboutsummaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
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);