aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index 0d0c43eb6..66fe60136 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -168,7 +168,10 @@ int curl_fclose(FILE *file, int line, const char *source)
source, line, file);
return res;
}
-
+#else
+#ifdef VMS
+int VOID_VAR_MEMDEBUG;
+#endif
#endif /* MALLOCDEBUG */
/*