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:
authorVicent Marti <tanoku@gmail.com>2011-05-11 01:40:07 +0400
committerVicent Marti <tanoku@gmail.com>2011-05-11 01:40:07 +0400
commit6810bf28f8cecaeaf9cf32bee4bf0d5b55439819 (patch)
tree2f37bb1c5531bf7307e9610d2ad84ec7536cb1e7 /src/common.h
parentf4a936b56a6bb0cbe6d5f4b5c7c73066ad2f3197 (diff)
Move all error-related defines to `git2/errors.h`
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index e5b9f15ed..f4f11fd2f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -50,6 +50,7 @@ typedef SSIZE_T ssize_t;
#include "git2/common.h"
#include "git2/types.h"
+#include "git2/errors.h"
#include "thread-utils.h"
#include "bswap.h"