aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-01-21 09:23:43 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-01-21 09:23:43 +0100
commitb235c380f29b22ab08421dd18e225acdaa21c555 (patch)
tree5ef34d5eacb0a993cc32e4a9eda3df333ed30e62
parentf6a50aff4c07934648cf0d43000d08c278670251 (diff)
downloadlibssh-b235c380f29b22ab08421dd18e225acdaa21c555.tar.gz
libssh-b235c380f29b22ab08421dd18e225acdaa21c555.tar.xz
libssh-b235c380f29b22ab08421dd18e225acdaa21c555.zip
packet_cb: Add misssing include for ntohl().
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--src/packet_cb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet_cb.c b/src/packet_cb.c
index a10dd1ab..5b759a3e 100644
--- a/src/packet_cb.c
+++ b/src/packet_cb.c
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdlib.h>
+#include <arpa/inet.h>
#include "libssh/priv.h"
#include "libssh/buffer.h"