diff options
author | Edward Thomson <ethomson@github.com> | 2017-02-28 12:29:29 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2017-03-02 09:11:33 +0000 |
commit | 1c04a96b25da048221f31ecee0227d960dc00489 (patch) | |
tree | 14774879d60dec45b5610cb7ed1bae927ef2016f /src/pack-objects.h | |
parent | 3ac05d11493d0573dbf725a19403dbf5e8d93b50 (diff) | |
download | libgit2-ethomson/fsync.tar.gz |
Honor `core.fsyncObjectFiles`ethomson/fsync
Diffstat (limited to 'src/pack-objects.h')
-rw-r--r-- | src/pack-objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h index 5a84f4158..e1e0ee3c8 100644 --- a/src/pack-objects.h +++ b/src/pack-objects.h @@ -16,6 +16,7 @@ #include "netops.h" #include "zstream.h" #include "pool.h" +#include "indexer.h" #include "git2/oid.h" #include "git2/pack.h" |