summaryrefslogtreecommitdiffstats
path: root/gui/win32/playlist.c
diff options
context:
space:
mode:
authorvayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-11 18:46:52 +0000
committervayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-11 18:46:52 +0000
commite1b3a29b3e0dae87ae2629c4774d996dd4ebe2b5 (patch)
tree9e98f0fa51dfeceb67ae70ed5093dccccaacb69e /gui/win32/playlist.c
parent4485a53bbf0f605650aa14529472b067d4d67ccd (diff)
downloadmpv-e1b3a29b3e0dae87ae2629c4774d996dd4ebe2b5.tar.bz2
mpv-e1b3a29b3e0dae87ae2629c4774d996dd4ebe2b5.tar.xz
more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/win32/playlist.c')
-rw-r--r--gui/win32/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/win32/playlist.c b/gui/win32/playlist.c
index 1ccebab432..d11e178087 100644
--- a/gui/win32/playlist.c
+++ b/gui/win32/playlist.c
@@ -22,7 +22,7 @@
*/
#include <windows.h>
-
+#include <stdio.h>
#include "mp_msg.h"
#include "playlist.h"