diff libao2/ao_sdl.c @ 34645:0bce77ccae9a

Fix compiling with osdep setenv Since we have -Werror-implicit-function-declaration in CFLAGS, we need a prototype for the osdep setenv() implementation. Reported-by: redxii (in #mplayer IRC channel)
author al
date Sat, 18 Feb 2012 00:08:30 +0000
parents 32725ca88fed
children
line wrap: on
line diff
--- a/libao2/ao_sdl.c	Fri Feb 17 20:07:21 2012 +0000
+++ b/libao2/ao_sdl.c	Sat Feb 18 00:08:30 2012 +0000
@@ -37,6 +37,7 @@
 #include <SDL.h>
 #endif
 #include "osdep/timer.h"
+#include "osdep/setenv.h"
 
 #include "libavutil/fifo.h"