diff options
author | Edward Thomson <ethomson@microsoft.com> | 2013-12-09 10:25:36 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2013-12-09 11:40:44 -0500 |
commit | 5588f0736089ab00e12cb7ea7c8143ec666738e6 (patch) | |
tree | 1f877c23d223d4dedabafb4bc6c793efe82f9fdc /src/common.h | |
parent | 07c5dc84fd486b380d618319b4852591d355bd81 (diff) | |
download | libgit2-5588f0736089ab00e12cb7ea7c8143ec666738e6.tar.gz |
Clean up warnings
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 159d31b2e..a1888785e 100644 --- a/src/common.h +++ b/src/common.h @@ -42,6 +42,8 @@ # endif #define GIT_STDLIB_CALL +# include <arpa/inet.h> + #endif #include "git2/types.h" |