X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fsetenv.c;h=3a22ea7b751efb768d72afa2f97fd963e10eec7e;hb=50f3ac29cbadbf7e0ff099b493b00cfa4129e1e0;hp=b7d76785980b81a6f1057d678d34a732f45ca4cd;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;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) {