diff options
Diffstat (limited to 'audio/ksmp3play/files/patch-ksmp3play.c')
-rw-r--r-- | audio/ksmp3play/files/patch-ksmp3play.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ksmp3play/files/patch-ksmp3play.c b/audio/ksmp3play/files/patch-ksmp3play.c new file mode 100644 index 000000000000..0f7efd9da3a4 --- /dev/null +++ b/audio/ksmp3play/files/patch-ksmp3play.c @@ -0,0 +1,10 @@ +--- ksmp3play.c.orig Mon Aug 20 04:43:37 2001 ++++ ksmp3play.c Sun Dec 29 11:01:56 2002 +@@ -22,6 +22,7 @@ + #include "ksmp3play.h" + #include <smpeg/smpeg.h> + #include <curses.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include <string.h> + #include <ctype.h> |