aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-07-17 18:16:07 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-07-17 18:16:07 +0200
commit782b2e37c6a4e0254e2b596b9182043c5ebabd75 (patch)
treefc058480f09e2e08658dbdaad6b9ca8b415f7bcd /src/client.c
parenta92c97b2e17715c1b3cdd693d14af6c3311d8e44 (diff)
downloadlibssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.tar.gz
libssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.tar.xz
libssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.zip
build: Fix missing struct in_addr warning.
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index ca827eba..d5c3921c 100644
--- a/src/client.c
+++ b/src/client.c
@@ -26,6 +26,7 @@
#include <string.h>
#ifndef _WIN32
+#include <netinet/in.h>
#include <arpa/inet.h>
#endif