diff options
| author | Andreas Schneider <asn@cynapses.org> | 2010-12-20 15:45:49 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-12-20 15:45:49 +0100 |
| commit | bffaa86664b921553b53aecbec0cb0af3762a67e (patch) | |
| tree | ec53db27ed726afd5902e04662ccf114ae4ef1d8 /src/pcap.c | |
| parent | 1922341e2aa1c8a9f578c33315c3a3842a437fd2 (diff) | |
| download | libssh-bffaa86664b921553b53aecbec0cb0af3762a67e.tar.gz libssh-bffaa86664b921553b53aecbec0cb0af3762a67e.tar.xz libssh-bffaa86664b921553b53aecbec0cb0af3762a67e.zip | |
build: Fixed some build warnings on FreeBSD.
Diffstat (limited to 'src/pcap.c')
| -rw-r--r-- | src/pcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #ifdef _WIN32 #include <ws2tcpip.h> #else +#include <netinet/in.h> #include <sys/time.h> #include <sys/socket.h> #endif |
