Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2013-05-01 02:33:11 +0400
committerEdward Thomson <ethomson@edwardthomson.com>2013-05-01 02:33:11 +0400
commit75d1c8c664eba0ddef802b1bf6d1327707014c6e (patch)
tree84d8f03f7bd2e684adbc65cff6398891c58b08e8 /src/index.c
parent0462fba538b380551cbd5d8c05281352ba7a7471 (diff)
move NAME and REUC extensions to sys/
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c
index 656fb5bc5..a935c00db 100644
--- a/src/index.c
+++ b/src/index.c
@@ -19,6 +19,7 @@
#include "git2/oid.h"
#include "git2/blob.h"
#include "git2/config.h"
+#include "git2/sys/index.h"
#define entry_size(type,len) ((offsetof(type, path) + (len) + 8) & ~7)
#define short_entry_size(len) entry_size(struct entry_short, len)