# HG changeset patch # User nick # Date 1012466361 0 # Node ID 3e1378354c2e93b5ac6483801d3394a81f63a816 # Parent 6310422b95575ed5cffe7350a48b54fc9cb16953 Compilation fixing diff -r 6310422b9557 -r 3e1378354c2e Gui/mplayer/mplayer.c --- a/Gui/mplayer/mplayer.c Thu Jan 31 00:38:53 2002 +0000 +++ b/Gui/mplayer/mplayer.c Thu Jan 31 08:39:21 2002 +0000 @@ -2,6 +2,7 @@ #include #include #include +#include #include "./mplayer.h" #include "../events.h" diff -r 6310422b9557 -r 3e1378354c2e Gui/mplayer/play.c --- a/Gui/mplayer/play.c Thu Jan 31 00:38:53 2002 +0000 +++ b/Gui/mplayer/play.c Thu Jan 31 08:39:21 2002 +0000 @@ -1,4 +1,4 @@ - +#include #include #include diff -r 6310422b9557 -r 3e1378354c2e libao2/ao_null.c --- a/libao2/ao_null.c Thu Jan 31 00:38:53 2002 +0000 +++ b/libao2/ao_null.c Thu Jan 31 08:39:21 2002 +0000 @@ -1,5 +1,6 @@ #include #include +#include #include "afmt.h" #include "audio_out.h"