aboutsummaryrefslogtreecommitdiff
path: root/libssh/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/buffer.c')
-rw-r--r--libssh/buffer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/buffer.c b/libssh/buffer.c
index fb345df2..effc52c2 100644
--- a/libssh/buffer.c
+++ b/libssh/buffer.c
@@ -23,6 +23,11 @@
#include <stdlib.h>
#include <string.h>
+
+#ifndef _WIN32
+#include <arpa/inet.h>
+#endif
+
#include "libssh/priv.h"
/** \defgroup ssh_buffer SSH Buffers