shithub: libdvdcss

Download patch

ref: 41905a9b3581a0efe7ecc73d39f7820601d16ff3
parent: 70260b04bf37880bb928306f6f7ee607ce531395
author: Ludovic Fauvet <etix@videolan.org>
date: Fri Apr 10 13:15:48 EDT 2015

Fix build on win32

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -117,6 +117,7 @@
 #endif
 
 #ifdef _WIN32
+#   include <windows.h>
 #   include <shlobj.h>
 #endif