1
1

include: Add missing include for ssh_socket_callbacks_struct

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
Andreas Schneider 2022-06-21 11:21:22 +02:00 коммит произвёл Jakub Jelen
родитель 1be117b351
Коммит 2ba4b51e0f

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

@ -23,6 +23,7 @@
#include <stdbool.h>
#include "libssh/priv.h"
#include "libssh/callbacks.h"
#include "libssh/kex.h"
#include "libssh/packet.h"
#include "libssh/pcap.h"