diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-05-09 02:28:45 -0400 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-10 23:38:37 +0200 |
commit | 4460e31d39d712cfa3aeab0178084e8f39f05c14 (patch) | |
tree | 945047e6938ae4b7d7a0190b69a0c47d662f5717 /community/firefox-esr/missing-header-s390x.patch | |
parent | 68b71ed4763394715599c8d812f85cc6974eb89f (diff) | |
download | aports-4460e31d39d712cfa3aeab0178084e8f39f05c14.tar.bz2 aports-4460e31d39d712cfa3aeab0178084e8f39f05c14.tar.xz |
community/firefox-esr: missing header on s390x
Bug introduced since 52.1.0-esr
Diffstat (limited to 'community/firefox-esr/missing-header-s390x.patch')
-rw-r--r-- | community/firefox-esr/missing-header-s390x.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/firefox-esr/missing-header-s390x.patch b/community/firefox-esr/missing-header-s390x.patch new file mode 100644 index 0000000000..39f4e2bc0d --- /dev/null +++ b/community/firefox-esr/missing-header-s390x.patch @@ -0,0 +1,12 @@ +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 { |