Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Riedy <ejr@EECS.Berkeley.EDU>2006-01-25 23:38:36 +0300
committerJunio C Hamano <junkio@cox.net>2006-01-26 02:10:39 +0300
commit731043fd4d55b1561ebb5a53daa4b9ff6dfac046 (patch)
tree15c382b6fd015b5da5be577c57f76bc5096040d6 /connect.c
parent5ea06e2014a910240408f74b9dab2128a30fd06c (diff)
Add compat/unsetenv.c .
Implement a (slow) unsetenv() for older systems. Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/connect.c b/connect.c
index e1c04e1eae..3f2d65c313 100644
--- a/connect.c
+++ b/connect.c
@@ -1,3 +1,4 @@
+#include "git-compat-util.h"
#include "cache.h"
#include "pkt-line.h"
#include "quote.h"