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"
--- 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 <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>
 
--- 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 <stdio.h>
 #include <stdlib.h>
+#include <sys/time.h>
 
 #include "afmt.h"
 #include "audio_out.h"