diff options
Diffstat (limited to 'audio/ksmp3play/files/patch-windows.c')
-rw-r--r-- | audio/ksmp3play/files/patch-windows.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ksmp3play/files/patch-windows.c b/audio/ksmp3play/files/patch-windows.c new file mode 100644 index 000000000000..6a89ca129d13 --- /dev/null +++ b/audio/ksmp3play/files/patch-windows.c @@ -0,0 +1,11 @@ +--- windows.c.orig Mon Aug 20 02:43:24 2001 ++++ windows.c Sun Dec 29 12:45:25 2002 +@@ -22,7 +22,7 @@ + #include "ksmp3play.h" + + #include <sys/types.h> +-#include <sys/dir.h> ++#include <dirent.h> + #include <sys/param.h> + #include <stdio.h> + #include <unistd.h> |