Commit 66798ad0 by Carlos Martín Nieto

Don't include arpa/inet.h on Windows

parent fdc5c38e
......@@ -10,6 +10,7 @@
# include <sys/select.h>
# include <sys/time.h>
# include <netdb.h>
# include <arpa/inet.h>
#else
# include <winsock2.h>
# include <ws2tcpip.h>
......@@ -24,7 +25,6 @@
#endif
#include <ctype.h>
#include <arpa/inet.h>
#include "git2/errors.h"
#include "common.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment