1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

cmake: Check for arpa/inet.h header file

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2015-04-10 13:02:26 +02:00
parent c699b9ca94
commit 69c9cd029f
2 changed files with 3 additions and 0 deletions

View File

@@ -24,7 +24,9 @@
#include "config.h"
#include <stdlib.h>
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include "libssh/priv.h"
#include "libssh/buffer.h"