freebsd-ports/audio/ksmp3play/files/patch-windows.c
Dmitry Marakasov efbbb0e665 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-18 10:14:12 +00:00

11 lines
233 B
C

--- windows.c.orig 2008-06-17 05:57:56 UTC
+++ windows.c
@@ -30,7 +30,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>