summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-12-20 03:24:00 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-12-20 03:24:35 -0800
commit48b103cad79630b20641a68b86fa34a0e8ad442e (patch)
treee24f260e80ecb233cbae1c650d22396bb35efaa1 /osdep
parent7f313afd0862d11f719e0422040fe0cf783aec16 (diff)
downloadmpv-48b103cad79630b20641a68b86fa34a0e8ad442e.tar.bz2
mpv-48b103cad79630b20641a68b86fa34a0e8ad442e.tar.xz
path-win: include initguid.h
cygwin was giving undefined reference to `FOLDERID_Desktop' at link time
Diffstat (limited to 'osdep')
-rw-r--r--osdep/path-win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/path-win.c b/osdep/path-win.c
index d9042ee0e7..6e09e3861b 100644
--- a/osdep/path-win.c
+++ b/osdep/path-win.c
@@ -17,6 +17,7 @@
#include <windows.h>
#include <shlobj.h>
+#include <initguid.h>
#include <knownfolders.h>
#include <pthread.h>