Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use promisor_remote_get_direct() and has_promisor_remote()
[gitweb.git]
/
compat
/
unsetenv.c
diff --git
a/compat/unsetenv.c
b/compat/unsetenv.c
index 4ea18569c240900b0e889873ddc782614c7724a6..bf5fd7063bc98964382b193cc9171a734c7aa790 100644
(file)
--- a/
compat/unsetenv.c
+++ b/
compat/unsetenv.c
@@
-2,6
+2,9
@@
void gitunsetenv (const char *name)
{
+#if !defined(__MINGW32__)
+ extern char **environ;
+#endif
int src, dst;
size_t nmln;