From aa2587254ac7a46457bc8a7b6cd6b26f50843330 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 9 Oct 2010 18:00:32 +0000 Subject: Update build instructions Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874 --- utils/config.h | 1 + utils/findresource.c | 1 + 2 files changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index a098fb335..e5339ad64 100644 --- a/utils/config.h +++ b/utils/config.h @@ -56,6 +56,7 @@ char *strchrnul(const char *s, int c); #define HAVE_REALPATH #if (defined(_WIN32)) #undef HAVE_REALPATH +char *realpath(const char *path, char *resolved_path); #endif #define HAVE_MKDIR diff --git a/utils/findresource.c b/utils/findresource.c index 828b73276..ee98b4dbb 100644 --- a/utils/findresource.c +++ b/utils/findresource.c @@ -32,6 +32,7 @@ #include #include +#include "utils/config.h" #include "utils/findresource.h" #define MAX_RESPATH 128 /* maximum number of elements in the resource vector */ -- cgit v1.2.3