diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-10 09:16:14 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-10 09:16:14 +0000 |
commit | 8360ab3d50019495b3fe2496f28c058452bed599 (patch) | |
tree | 901c82c9491f38770ee7922442858bf61e1b887c /audio/orpheus/files/patch-src-abstract-track.h | |
parent | Remove XAWVER from Xaw3d and neXtaw LIB_DEPENDS re. Xaw3d and neXtaw will (diff) |
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>
Notes
Notes:
svn path=/head/; revision=132858
Diffstat (limited to 'audio/orpheus/files/patch-src-abstract-track.h')
-rw-r--r-- | audio/orpheus/files/patch-src-abstract-track.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/orpheus/files/patch-src-abstract-track.h b/audio/orpheus/files/patch-src-abstract-track.h new file mode 100644 index 000000000000..dfbdc85d7a70 --- /dev/null +++ b/audio/orpheus/files/patch-src-abstract-track.h @@ -0,0 +1,10 @@ +--- 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: |