1
1

packet_cb: Add misssing include for ntohl().

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2015-01-21 09:23:43 +01:00
родитель f6a50aff4c
Коммит b235c380f2

Просмотреть файл

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