diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-06-22 20:48:50 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2012-06-22 20:48:50 +0200 |
commit | 2ae052d1b1574d1a4de402c91ebb98f061c997d4 (patch) | |
tree | b300607ad284ef97e5b0d09cf519905f84668174 /include/git2/common.h | |
parent | 430af731d259053691b0de9b18917f7adf97021a (diff) | |
parent | db5a6ec72b63c986cca764c75f9d3d720cff44ef (diff) | |
download | libgit2-2ae052d1b1574d1a4de402c91ebb98f061c997d4.tar.gz |
Merge branch 'pull-req' of https://github.com/chris-y/libgit2 into amigaos
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 0e9379804..1af045cff 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -55,6 +55,10 @@ #define GIT_WIN32 1 #endif +#ifdef __amigaos4__ +#include <netinet/in.h> +#endif + /** * @file git2/common.h * @brief Git common platform definitions |