aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
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;
22static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } 22static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); }
23#define ntohl git_ntohl 23#define ntohl git_ntohl
24int inet_aton(const char *cp, struct in_addr *inp); 24int inet_aton(const char *cp, struct in_addr *inp);
25int inet_pton(int af, const char *src, void *dst);
25 26
26/* 27/*
27 * fcntl.h 28 * fcntl.h