summaryrefslogtreecommitdiff
path: root/src/errors.c
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2017-10-29 12:08:00 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2017-10-29 12:08:00 +0100
commit1b9cc2ece515aba1d11c48c42c7a62d58a61c3f0 (patch)
tree65cc0b52e659521377150783f5c03dfad70e9ebb /src/errors.c
parent5efe9d125f09a44e1581cf7d37cf4d36161f5d4d (diff)
parent524c1d3c9eef1f63d058ca5d4a61af7d5588ebfb (diff)
downloadlibgit2-1b9cc2ece515aba1d11c48c42c7a62d58a61c3f0.tar.gz
Merge remote-tracking branch 'upstream/master' into diff-indent-heuristic
Diffstat (limited to 'src/errors.c')
-rw-r--r--src/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.c b/src/errors.c
index 91acc3541..a874163b0 100644
--- a/src/errors.c
+++ b/src/errors.c
@@ -4,7 +4,9 @@
* 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 "common.h"
+
#include "global.h"
#include "posix.h"
#include "buffer.h"