diff options
Diffstat (limited to 'auth.c')
| -rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
