blob: 467cd58f564f0027ad32df5bf5037e3fd2b0c1dd (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|