Mercurial > mplayer.hg
changeset 4428:3e1378354c2e
Compilation fixing
author | nick |
---|---|
date | Thu, 31 Jan 2002 08:39:21 +0000 |
parents | 6310422b9557 |
children | edc703059853 |
files | Gui/mplayer/mplayer.c Gui/mplayer/play.c libao2/ao_null.c |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stdlib.h> #include <stdio.h> #include <string.h> +#include <inttypes.h> #include "./mplayer.h" #include "../events.h"