summaryrefslogtreecommitdiff
path: root/riscos/401login.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/401login.c')
-rw-r--r--riscos/401login.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/riscos/401login.c b/riscos/401login.c
index 3cbfcb575..cc75f4ba3 100644
--- a/riscos/401login.c
+++ b/riscos/401login.c
@@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "utils/config.h"
+#ifdef WITH_AUTH
+
#include <assert.h>
#include <stdbool.h>
#include <string.h>
@@ -33,8 +36,6 @@
#include "utils/url.h"
#include "utils/utils.h"
-#ifdef WITH_AUTH
-
#define ICON_401LOGIN_LOGIN 0
#define ICON_401LOGIN_CANCEL 1
#define ICON_401LOGIN_HOST 2