summaryrefslogtreecommitdiff
path: root/net-misc/rinetd/files/rinetd-0.62-clang16.patch
blob: 1aefd48aff1ed197c41c74e53724bbcde7df1aac (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/871060
--- a/rinetd.c
+++ b/rinetd.c
@@ -12,2 +12,3 @@
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <getopt.h>
@@ -25,2 +26,3 @@
 #include <ctype.h>
+#include <unistd.h>