gentoo-ebuilds/app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch
Ulrich Müller 64c2c2eef8
app-emacs/mpg123-el: Include stdlib.h for exit(3)
Closes: https://bugs.gentoo.org/874954
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-10-05 09:30:54 +02:00

10 lines
186 B
Diff

https://bugs.gentoo.org/874954
--- mpg123-el-1.61/id3put.c
+++ mpg123-el-1.61/id3put.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#define INLEN 30