]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_playlist.c
* ALL: internationalized all configuration strings.
[vlc] / plugins / gtk / gtk_playlist.c
index 471388fadb1c192012c51bbed749df9c88f015f5..24aa1aa15b2ba65d391c8a286f8e3c730416f1c8 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_playlist.c : Interface for the playlist dialog
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: gtk_playlist.c,v 1.28 2002/02/14 23:29:17 sam Exp $
+ * $Id: gtk_playlist.c,v 1.30 2002/02/15 20:02:21 gbazin Exp $
  *
  * Authors: Pierre Baillet <oct@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
 
 #include <sys/types.h>          /* for readdir  and stat stuff */
 
+#if (!defined( WIN32 ) || defined(__MINGW32__))
+/* Mingw has its own version of dirent */
+#   include <dirent.h>
+#endif
+
 #include <sys/stat.h>
 #include <unistd.h>