1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix build with a recent version of FLAC

PR:		ports/179577
Submitted by:	maintainer
This commit is contained in:
Lars Engels 2013-07-06 09:25:02 +00:00
parent b7a853adcc
commit f69446f8cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322374

View File

@ -0,0 +1,10 @@
--- src/transcode.c 2012-05-01 22:12:48.000000000 +0200
+++ src/transcode.c 2013-06-15 19:19:13.000000000 +0200
@@ -21,6 +21,7 @@
#define _GNU_SOURCE
+#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>