summaryrefslogtreecommitdiff
path: root/net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch
blob: a67cc13acb26dec07808cdcec077e573473b8802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/870457
--- a/server.c
+++ b/server.c
@@ -61,2 +61,3 @@
 #include "list.h"
+#include "mylog.h"
 #include "unix2tcp.h"
--- a/unix2tcp.c
+++ b/unix2tcp.c
@@ -62,2 +62,3 @@
 #include "list.h"
+#include "mylog.h"
 #include "server.h"
--- a/utelnet.c
+++ b/utelnet.c
@@ -23,2 +23,3 @@
 #include <stdio.h>
+#include <stdlib.h>
 #ifdef HAVE_SYS_TYPES_H