summaryrefslogtreecommitdiff
path: root/compat/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/setenv.c')
-rw-r--r--compat/setenv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/setenv.c b/compat/setenv.c
index b7d7678..3a22ea7 100644
--- a/compat/setenv.c
+++ b/compat/setenv.c
@@ -1,5 +1,4 @@
-#include <stdlib.h>
-#include <string.h>
+#include "../git-compat-util.h"
int gitsetenv(const char *name, const char *value, int replace)
{