aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/homedir.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/homedir.c b/common/homedir.c
index fb2640d67..0a8e55fe1 100644
--- a/common/homedir.c
+++ b/common/homedir.c
@@ -176,8 +176,11 @@ static char *
copy_dir_with_fixup (const char *newdir)
{
char *result = NULL;
- char *p, *p0;
+ char *p;
+#ifdef HAVE_W32_SYSTEM
+ char *p0;
const char *s;
+#endif
if (!*newdir)
return NULL;