From b163c632f5b7e9c9ef30c825da79c8d1e9f12aa8 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Wed, 5 Nov 2014 11:29:47 +0100 Subject: [PATCH] Bug 1088130 - Fixed mingw cross compilation. --- dom/media/gmp-plugin/gmp-test-output-protection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/gmp-plugin/gmp-test-output-protection.h b/dom/media/gmp-plugin/gmp-test-output-protection.h index 0ba726d108b0..85e9bfc4e912 100644 --- a/dom/media/gmp-plugin/gmp-test-output-protection.h +++ b/dom/media/gmp-plugin/gmp-test-output-protection.h @@ -11,7 +11,7 @@ #include #include -#include "Opmapi.h" +#include "opmapi.h" #endif namespace mozilla {