summaryrefslogtreecommitdiffstats
path: root/src/libdvdcss-1.patch
blob: c5243c647653576a22b64926bf6f454904d89e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This file is part of MXE.
See index.html for further information.

From 269d376d164460d13b653a47db797bf22295e81c Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Sat, 28 Mar 2015 11:17:45 +0100
Subject: [PATCH] add missing include


diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index 6c4befc..bad76fc 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -120,6 +120,7 @@
 #endif
 
 #if defined(_WIN32_IE) && _WIN32_IE >= 0x500
+#   include <windows.h>
 #   include <shlobj.h>
 #endif
 
-- 
2.1.0