From f31bd03f7eed1bcabbd9561b444661e19b0f2567 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 13 May 2011 04:15:46 +0300 Subject: [PATCH] Include "common.h" in "errors.h" --- include/git2/errors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/git2/errors.h b/include/git2/errors.h index dbe565aab..60af7b3d0 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