aboutsummaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
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 09a5faa..cd1ec23 100644
--- a/auth.c
+++ b/auth.c
@@ -1,7 +1,7 @@
#include "auth.h"
#include "hex.h"
-#include "http.h"
#include "jwt.h"
+#include <slweb/http.h>
#include <cjson/cJSON.h>
#include <dynstr.h>
#include <openssl/sha.h>