X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fsetenv.c;h=3a22ea7b751efb768d72afa2f97fd963e10eec7e;hb=e4b0e4ab8ee68df0fa99100640ed5cb54b736141;hp=b7d76785980b81a6f1057d678d34a732f45ca4cd;hpb=0f2ca9d5c99436d048bfe0a7161b4365a731938f;p=git.git 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 -#include +#include "../git-compat-util.h" int gitsetenv(const char *name, const char *value, int replace) {