summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2014-12-09 20:50:36 +1100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-12-17 20:05:07 +0100
commit9fb0180eb27152f997ff7ab79bdc640bb3620f62 (patch)
tree28c10c56f38205a8bc0848ac33cefc3eb8081d3d
parent4f8af1a5182869a8161f875f0fd08253915a8982 (diff)
downloadmpv-9fb0180eb27152f997ff7ab79bdc640bb3620f62.tar.bz2
mpv-9fb0180eb27152f997ff7ab79bdc640bb3620f62.tar.xz
w32_common: fix GUID linking in Cygwin
-rw-r--r--video/out/w32_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/w32_common.c b/video/out/w32_common.c
index 9f0180b49e..2827ec0e25 100644
--- a/video/out/w32_common.c
+++ b/video/out/w32_common.c
@@ -22,6 +22,7 @@
#include <assert.h>
#include <windows.h>
#include <windowsx.h>
+#include <initguid.h>
#include <ole2.h>
#include "options/options.h"