X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=compat%2Funsetenv.c;h=eb29f5e0849370afe90c400271fea12e0f9090aa;hb=1b2782a5e2f88bf5e6e2cbb58e54fea015e21af5;hp=3a5e4ec04ae4a523823e633031b85559bf5dc973;hpb=d9ad59e7636d98daa6131e9fd2cb2b4f5745a853;p=git.git diff --git a/compat/unsetenv.c b/compat/unsetenv.c index 3a5e4ec04..eb29f5e08 100644 --- a/compat/unsetenv.c +++ b/compat/unsetenv.c @@ -1,5 +1,4 @@ -#include -#include +#include "../git-compat-util.h" void gitunsetenv (const char *name) {