From 203b3289b8f590d25a2abf6df95bcaff741a7c2e Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 26 Jul 2008 23:42:24 +0000 Subject: - Include utils/config.h before each WITH_* test entiry enabling/disabling the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769 --- riscos/save_complete.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'riscos/save_complete.c') diff --git a/riscos/save_complete.c b/riscos/save_complete.c index 25f45409e..e0f4cc6ae 100644 --- a/riscos/save_complete.c +++ b/riscos/save_complete.c @@ -21,6 +21,9 @@ * Save HTML document with dependencies (implementation). */ +#include "utils/config.h" +#ifdef WITH_SAVE_COMPLETE + #define _GNU_SOURCE /* for strndup */ #include #include @@ -42,8 +45,6 @@ #include "utils/url.h" #include "utils/utils.h" -#ifdef WITH_SAVE_COMPLETE - regex_t save_complete_import_re; /** An entry in save_complete_list. */ -- cgit v1.2.3