提交 2bbf76eb 编写于 作者: J Jim Meyering

include netinet etc #ifndef HAVE_WINSOCK2_H

上级 78d4d969
Tue Oct 28 13:29:14 +0100 2008 Jim Meyering <meyering@redhat.com>
include netinet etc #ifndef HAVE_WINSOCK2_H
Tue Oct 28 13:29:13 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/remote_internal.c (remoteFindDaemonPath) [!WIN32]: Don't compile.
......
......@@ -36,6 +36,13 @@
#include <sys/stat.h>
#include <fcntl.h>
#ifndef HAVE_WINSOCK2_H /* Unix & Cygwin. */
# include <sys/un.h>
# include <net/if.h>
# include <netinet/in.h>
# include <netinet/tcp.h>
#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册