1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/audio/mp3stat/files/patch-input_mp3_mp3stat.cpp
Roman Bogorodskiy aecd9dab9d Update to verison 2.6.01.
PR:		81051
Submitted by:	Ports Fury
2005-05-16 16:00:12 +00:00

11 lines
342 B
C++

--- input/mp3/mp3stat.cpp.orig Tue Sep 14 12:50:17 2004
+++ input/mp3/mp3stat.cpp Tue Sep 14 15:35:44 2004
@@ -5,6 +5,7 @@
* mp3check - check mp3 file for consistency and print infos
* Copyright (C) 1998 by Johannes Overmann <overmann@iname.com>
*/
+#include <unistd.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>