freebsd-ports/audio/ksmp3play/files/patch-windows.c
Tilman Keskinoz 837ac1383f Fix build on CURRENT.
PR:		46932
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-13 11:00:48 +00:00

11 lines
259 B
C

--- 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>