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