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

This commit is contained in:
Vicent Marti 2011-05-13 04:15:46 +03:00
parent c4ddcb7812
commit f31bd03f7e

View File

@ -25,6 +25,8 @@
#ifndef INCLUDE_git_errors_h__ #ifndef INCLUDE_git_errors_h__
#define INCLUDE_git_errors_h__ #define INCLUDE_git_errors_h__
#include "common.h"
/** /**
* @file git2/errors.h * @file git2/errors.h
* @brief Git error handling routines and variables * @brief Git error handling routines and variables