diff libao2/audio_out.c @ 15058:f48dc20c9185

- fix gcc warnings, strlcat/strlcpy prototypes - fix bad sscanf usage in geometry.c
author rathann
date Wed, 06 Apr 2005 11:57:10 +0000
parents 21e72b6d8d11
children 32d9c8a0a02b
line wrap: on
line diff
--- a/libao2/audio_out.c	Wed Apr 06 11:53:45 2005 +0000
+++ b/libao2/audio_out.c	Wed Apr 06 11:57:10 2005 +0000
@@ -7,6 +7,7 @@
 
 #include "mp_msg.h"
 #include "help_mp.h"
+#include "mplayer.h" /* for exit_player() */
 
 // there are some globals:
 ao_data_t ao_data={0,0,0,0,OUTBURST,-1,0};