summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 20:40:57 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 20:40:57 +0000
commit1b23389cbdf632420bafbd6039274ce8a98cdd8a (patch)
tree6ea0f1916ab9c8346071373fb8132d0123799bae /osdep
parent0c185d95e2e3ff8c4008cc49553ea487c865248d (diff)
downloadmpv-1b23389cbdf632420bafbd6039274ce8a98cdd8a.tar.bz2
mpv-1b23389cbdf632420bafbd6039274ce8a98cdd8a.tar.xz
Unbreak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9835 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/gettimeofday.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/gettimeofday.c b/osdep/gettimeofday.c
index 2d8baa6e90..3579779812 100644
--- a/osdep/gettimeofday.c
+++ b/osdep/gettimeofday.c
@@ -1,3 +1,4 @@
+#include "../config.h"
#ifndef HAVE_GETTIMEOFDAY
#include <sys/time.h>