vendor/libgit2/src/refdb_fs.h in rugged-0.26.7 vs vendor/libgit2/src/refdb_fs.h in rugged-0.27.0
- old
+ new
@@ -5,9 +5,13 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
#ifndef INCLUDE_refdb_fs_h__
#define INCLUDE_refdb_fs_h__
+#include "common.h"
+
+#include "strmap.h"
+
typedef struct {
git_strmap *packfile;
time_t packfile_time;
} git_refcache;