blob: d79af6450d4a3ab974ce3ba5ec4c3b16aff8831d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/866932
--- a/socket.c
+++ b/socket.c
@@ -29,6 +29,7 @@
#include <poll.h>
#include <resolv.h>
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <unistd.h>
#if HAVE_ERR
|