mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
11 lines
250 B
C
11 lines
250 B
C
--- oggenc/lyrics.c.orig 2010-06-05 17:00:07.000000000 +0200
|
|
+++ oggenc/lyrics.c 2010-06-05 17:00:17.000000000 +0200
|
|
@@ -16,7 +16,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
|