mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 06:29:24 +00:00
Closes: https://bugs.gentoo.org/895986 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33170 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
11 lines
219 B
Diff
11 lines
219 B
Diff
Bug: https://bugs.gentoo.org/895986
|
|
--- a/galaxis.c
|
|
+++ b/galaxis.c
|
|
@@ -6,6 +6,7 @@
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
#define _POSIX_SOURCE
|
|
+#define _GNU_SOURCE
|
|
|
|
#include <stdio.h>
|
|
#include <termios.h>
|