diff options
Diffstat (limited to 'libssh/pcap.c')
| -rw-r--r-- | libssh/pcap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/pcap.c b/libssh/pcap.c index 76bbafa4..09a691b3 100644 --- a/libssh/pcap.c +++ b/libssh/pcap.c @@ -30,8 +30,10 @@ #ifdef WITH_PCAP #include <stdio.h> +#ifndef _WIN32 #include <sys/time.h> #include <sys/socket.h> +#endif #include <errno.h> |
