1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

build: Fixed build warning on FreeBSD.

This commit is contained in:
Andreas Schneider
2010-12-20 15:49:29 +01:00
parent bffaa86664
commit d5df18a14f

View File

@@ -19,6 +19,10 @@
* MA 02111-1307, USA.
*/
#ifndef _WIN32
#include <netinet/in.h>
#endif /* _WIN32 */
#include "config.h"
#include "libssh/priv.h"
#include "libssh/ssh1.h"
@@ -27,6 +31,7 @@
#include "libssh/buffer.h"
#include "libssh/socket.h"
#include "libssh/kex.h"
#ifdef WITH_SSH1
ssh_packet_callback default_packet_handlers1[]= {