summaryrefslogtreecommitdiff
path: root/desktop/401login.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/401login.h')
-rw-r--r--desktop/401login.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/401login.h b/desktop/401login.h
index d9262c54c..27f76f65a 100644
--- a/desktop/401login.h
+++ b/desktop/401login.h
@@ -8,9 +8,12 @@
#ifndef NETSURF_DESKTOP_401LOGIN_H
#define NETSURF_DESKTOP_401LOGIN_H
+#include "netsurf/utils/config.h"
#include "netsurf/content/content.h"
#include "netsurf/desktop/browser.h"
+#ifdef WITH_AUTH
+
struct login {
char *host; /**< hostname */
@@ -26,3 +29,5 @@ struct login *login_list_get(char *host);
void login_list_remove(char *host);
#endif
+
+#endif