Commit cbf4f9f41f18bdb812fb854cd7fd8c4ce62ed44a

Jakob Pfender 2011-05-25T16:31:14

common: Include stat.h in include/git2/common.h instead of src/common.h 00582bcb introduced a change to git_blob_create_fromfile() that required the caller to pass a stat struct. This means that we need to include stat.h higher in the hierarchy of includes.