diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-01-04 12:33:18 +0000 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-01-04 12:33:18 +0000 |
| commit | e48d0266b81b24b3bdb2e72898658cbac75598d4 (patch) | |
| tree | 230d3429e559443cf270d8bea21b97a5b2259788 /include/git2 | |
| parent | 56065c0954bc7bf6a28cb0a0534b26536b5361ea (diff) | |
| parent | d76e9df9a279b84746eb1272fa6ec31cbe47b832 (diff) | |
| download | libgit2-e48d0266b81b24b3bdb2e72898658cbac75598d4.tar.gz | |
Merge pull request #2794 from calavera/include_right_common
Include git2/common.h in sys/openssl.h.
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/sys/openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/openssl.h b/include/git2/sys/openssl.h index ad05e6ca8..b41c55c6d 100644 --- a/include/git2/sys/openssl.h +++ b/include/git2/sys/openssl.h @@ -7,7 +7,7 @@ #ifndef INCLUDE_git_openssl_h__ #define INCLUDE_git_openssl_h__ -#include "common.h" +#include "git2/common.h" GIT_BEGIN_DECL |
