opnsense-ports/audio/mp3stat/files/patch-input_mp3_mp3stat.cpp
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

10 lines
316 B
C++

--- input/mp3/mp3stat.cpp.orig 2004-09-16 00:32:05 UTC
+++ input/mp3/mp3stat.cpp
@@ -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>