diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 858e011de..005c17d14 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -22,6 +22,7 @@ typedef __int64 pid_t; | |||
22 | static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } | 22 | static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } |
23 | #define ntohl git_ntohl | 23 | #define ntohl git_ntohl |
24 | int inet_aton(const char *cp, struct in_addr *inp); | 24 | int inet_aton(const char *cp, struct in_addr *inp); |
25 | int inet_pton(int af, const char *src, void *dst); | ||
25 | 26 | ||
26 | /* | 27 | /* |
27 | * fcntl.h | 28 | * fcntl.h |