Commit e48d0266b81b24b3bdb2e72898658cbac75598d4

Carlos Martín Nieto 2015-01-04T12:33:18

Merge pull request #2794 from calavera/include_right_common Include git2/common.h in sys/openssl.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/sys/openssl.h b/include/git2/sys/openssl.h
index ad05e6c..b41c55c 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