mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Also, because of the move to EAPI 8 we no longer need to override src_configure() to disable static libraries Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/24847 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
285 B
Diff
12 lines
285 B
Diff
https://bugs.gentoo.org/836572
|
|
--- a/tests/regression/client/client.c
|
|
+++ b/tests/regression/client/client.c
|
|
@@ -26,6 +26,7 @@
|
|
#include <stdlib.h>
|
|
#include <syscall.h>
|
|
#include <sys/epoll.h>
|
|
+#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
#include <sys/un.h>
|
|
#include <unistd.h>
|