summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-14 21:45:27 +0200
committerwm4 <wm4@nowhere>2016-08-14 21:51:59 +0200
commitd7a7e9a8c861c4a9881fcef5cf69c746742b8b88 (patch)
tree7ead652fa4b8634bedd503507d265b45c54d8746
parent4a8647b6b85be7a514488f0b43cdc0bd199b2407 (diff)
downloadmpv-d7a7e9a8c861c4a9881fcef5cf69c746742b8b88.tar.bz2
mpv-d7a7e9a8c861c4a9881fcef5cf69c746742b8b88.tar.xz
vo_direct3d: add missing header
Fixes build under cygwin. Signed-off-by: wm4 <wm4@nowhere>
-rw-r--r--video/out/vo_direct3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c
index 74ddb23d8c..6279c0be75 100644
--- a/video/out/vo_direct3d.c
+++ b/video/out/vo_direct3d.c
@@ -26,6 +26,7 @@
#include <assert.h>
#include <d3d9.h>
#include <inttypes.h>
+#include <limits.h>
#include "config.h"
#include "options/options.h"
#include "options/m_option.h"