summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h1
1 files changed, 1 insertions, 0 deletions
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