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

build: Fix missing struct in_addr warning.

This commit is contained in:
Andreas Schneider
2012-07-17 18:16:07 +02:00
parent a92c97b2e1
commit 782b2e37c6
13 changed files with 13 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <string.h>
#ifndef _WIN32
#include <netinet/in.h>
#include <arpa/inet.h>
#endif