Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
17 lines
407 B
Diff
17 lines
407 B
Diff
Via http://bugs.gentoo.org/show_bug.cgi?id=229603
|
|
|
|
--- lash-0.5.4/liblash/socket.c 2008-06-26 15:20:44.227064193 +0200
|
|
+++ lash-0.5.4/liblash/socket.c 2008-06-26 15:21:18.245063129 +0200
|
|
@@ -20,6 +20,11 @@
|
|
|
|
#define _POSIX_SOURCE /* addrinfo */
|
|
|
|
+#ifdef LASH_BUILD
|
|
+#define _GNU_SOURCE
|
|
+#include "config.h"
|
|
+#endif /* LASH_BUILD */
|
|
+
|
|
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|