* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"
+#include "config.h"
#include "builtin.h"
+#include "diff.h"
#include "parse-options.h"
#include "userdiff.h"
#include "streaming.h"
die("git cat-file %s: bad file", obj_name);
write_or_die(1, buf, size);
+ free(buf);
free(obj_context.path);
return 0;
}