diff options
Diffstat (limited to 'compat/setenv.c')
-rw-r--r-- | compat/setenv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/setenv.c b/compat/setenv.c index b7d767859..3a22ea7b7 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) { |