opnsense-ports/audio/mp3stat/files/patch-input_mp3_mp3stat.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 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>