aports/community/firefox-esr/missing-header-s390x.patch
Tuan M. Hoang 4460e31d39 community/firefox-esr: missing header on s390x
Bug introduced since 52.1.0-esr
2017-05-10 23:38:37 +02:00

13 lines
501 B
Diff

diff --git a/dom/filesystem/compat/FileSystemDirectoryReader.h b/dom/filesystem/compat/FileSystemDirectoryReader.h
index d568990..12265f9 100644
--- a/dom/filesystem/compat/FileSystemDirectoryReader.h
+++ b/dom/filesystem/compat/FileSystemDirectoryReader.h
@@ -11,6 +11,7 @@
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "nsCycleCollectionParticipant.h"
+#include "mozilla/dom/FileSystemDirectoryEntry.h"
#include "nsWrapperCache.h"
namespace mozilla {