Commit f31bd03f7eed1bcabbd9561b444661e19b0f2567

Vicent Marti 2011-05-13T04:15:46

Include "common.h" in "errors.h"

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/errors.h b/include/git2/errors.h
index dbe565a..60af7b3 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -25,6 +25,8 @@
 #ifndef INCLUDE_git_errors_h__
 #define INCLUDE_git_errors_h__
 
+#include "common.h"
+
 /**
  * @file git2/errors.h
  * @brief Git error handling routines and variables