gcc14 compatibility fix OBS-URL: https://build.opensuse.org/request/show/1181263 OBS-URL: https://build.opensuse.org/package/show/network/tinyssh?expand=0&rev=15
11 lines
217 B
Diff
11 lines
217 B
Diff
--- a/tinyssh/packet_put.c
|
|
+++ b/tinyssh/packet_put.c
|
|
@@ -10,6 +10,7 @@ Public domain.
|
|
#include "ssh.h"
|
|
#include "log.h"
|
|
#include "packet.h"
|
|
+#include "global.h"
|
|
|
|
static void packet_put_plain_(struct buf *b) {
|
|
|