diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-10-01 12:03:24 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-10-01 12:03:24 +0200 |
commit | 737b505116f263653ef4f0c80d888b1a87187a2b (patch) | |
tree | 9c3706135bd9d4d79b8aca5f067f595adf9e91e4 /src/hashsig.c | |
parent | 5451754d4604daf88abb2069b061be402b3839a7 (diff) | |
download | libgit2-vmg/hashsig.tar.gz |
hashsig: Export as a `sys` headervmg/hashsig
Diffstat (limited to 'src/hashsig.c')
-rw-r--r-- | src/hashsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashsig.c b/src/hashsig.c index 109f966ba..a6d5f2041 100644 --- a/src/hashsig.c +++ b/src/hashsig.c @@ -4,7 +4,7 @@ * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ -#include "hashsig.h" +#include "git2/sys/hashsig.h" #include "fileops.h" #include "util.h" |