diff mplayer.c @ 32889:db45f9bd690d

10l: forgot mp_strings.h header include with mp_asprintf prototype.
author cboesch
date Sun, 27 Feb 2011 10:30:04 +0000
parents 5522b2153a0d
children 6b6320dcefdf
line wrap: on
line diff
--- a/mplayer.c	Sat Feb 26 21:42:31 2011 +0000
+++ b/mplayer.c	Sun Feb 27 10:30:04 2011 +0000
@@ -112,6 +112,7 @@
 #include "mp_core.h"
 #include "mp_fifo.h"
 #include "mp_msg.h"
+#include "mp_strings.h"
 #include "mpcommon.h"
 #include "mplayer.h"
 #include "osdep/getch2.h"