summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-28 18:51:10 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-28 18:51:10 +0000
commit84834e9d34d71cbbcad92a3fee8d020ce95db6f3 (patch)
tree718956dad2dfcebfd28a7aeb36c97dac75e76718 /libao2/ao_esd.c
parentfdd729d713f9a80cbc789c602976d0f60f0521fd (diff)
downloadmpv-84834e9d34d71cbbcad92a3fee8d020ce95db6f3.tar.bz2
mpv-84834e9d34d71cbbcad92a3fee8d020ce95db6f3.tar.xz
Added/reordered #includes to silence warnings about "implicit declaration".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8624 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index d3298bd84c..6f36662577 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
+#include <time.h>
#ifdef __svr4__
#include <stropts.h>
#endif