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:
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notes.h b/src/notes.h
index 219db1ab0..39e18b621 100644
--- a/src/notes.h
+++ b/src/notes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
@@ -10,6 +10,7 @@
#include "common.h"
#include "git2/oid.h"
+#include "git2/types.h"
#define GIT_NOTES_DEFAULT_REF "refs/notes/commits"