mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
aecd9dab9d
PR: 81051 Submitted by: Ports Fury
11 lines
342 B
C++
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>
|