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 53a0a0d67..d61d87bf3 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -15,6 +15,7 @@ typedef int pid_t;
15 */ 15 */
16static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } 16static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); }
17#define ntohl git_ntohl 17#define ntohl git_ntohl
18int inet_aton(const char *cp, struct in_addr *inp);
18 19
19/* 20/*
20 * fcntl.h 21 * fcntl.h