# HG changeset patch # User cboesch # Date 1298802604 0 # Node ID db45f9bd690da221367b5f3afed0d5940ca02ca0 # Parent 1adad659229cd3f3fad16c299f9375e93e89e25a 10l: forgot mp_strings.h header include with mp_asprintf prototype. diff -r 1adad659229c -r db45f9bd690d mplayer.c --- 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"