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 + 1 file changed, 1 insertion(+) (limited to 'utils/config.h') 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 -- cgit v1.2.3