mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
Closes: https://bugs.gentoo.org/896218 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32996 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
290 B
Diff
13 lines
290 B
Diff
Bug: https://bugs.gentoo.org/896218
|
||
--- a/sources/getopt.c
|
||
+++ b/sources/getopt.c
|
||
@@ -22,6 +22,9 @@
|
||
along with this program; if not, write to the Free Software
|
||
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||
*/
|
||
+
|
||
+#include <string.h>
|
||
+
|
||
|
||
/**
|
||
** Additions / fixes for hp2xx
|