diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command-ssh.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index c7afe3bc9..382f9e635 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -40,6 +40,10 @@ #include <sys/types.h> #include <sys/stat.h> #include <assert.h> +#ifndef HAVE_W32_SYSTEM +#include <sys/socket.h> +#include <sys/un.h> +#endif /*!HAVE_W32_SYSTEM*/ #ifdef HAVE_UCRED_H #include <ucred.h> #endif |