diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2012-07-17 18:16:07 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2012-07-17 18:16:07 +0200 |
| commit | 782b2e37c6a4e0254e2b596b9182043c5ebabd75 (patch) | |
| tree | fc058480f09e2e08658dbdaad6b9ca8b415f7bcd /src/string.c | |
| parent | a92c97b2e17715c1b3cdd693d14af6c3311d8e44 (diff) | |
| download | libssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.tar.gz libssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.tar.xz libssh-782b2e37c6a4e0254e2b596b9182043c5ebabd75.zip | |
build: Fix missing struct in_addr warning.
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c index c2ee2978..a465d36d 100644 --- a/src/string.c +++ b/src/string.c @@ -26,6 +26,7 @@ #include <string.h> #ifndef _WIN32 +#include <netinet/in.h> #include <arpa/inet.h> #endif |
