blob: 39cf6fa26b36dd5f508e60f9023ebee2169c7297 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- oggenc/lyrics.c.orig 2010-01-22 06:28:06 UTC
+++ oggenc/lyrics.c
@@ -16,7 +16,7 @@
#endif
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
|