freebsd-ports/audio/orpheus/files/patch-src-abstract-track.h
Sergey Matveychuk 8360ab3d50 Orpheus is a light-weight text mode menu- and window-driven audio player
application for CDs and files in MP3 and Vorbis OGG format.

PR:		n/a
Submitted by:	Andrej Zverev <az@inec.ru>
2005-04-10 09:16:14 +00:00

10 lines
211 B
C++

--- src/abstract/track.h Sat Feb 14 15:51:46 2004
+++ src/abstract/track.h Tue Dec 14 01:03:50 2004
@@ -5,6 +5,7 @@
#include <vector>
#include <fstream>
+#include <sys/types.h>
class track {
public: