summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-10-02 18:08:46 -0400
committerBrian Smith <brian@dbsoft.org>2023-10-02 18:08:46 -0400
commit0f0adfa1b4bb34f9eb7c72cd4edcaff5b820373d (patch)
tree4fddc6362e57094e4b8edca9b7488656eb71c629
parentec38250eeadfbcd8b261f3e4f345a9c49d01fcb5 (diff)
downloaduxp-0f0adfa1b4bb34f9eb7c72cd4edcaff5b820373d.tar.gz
Issue #1442 - Part 25 - Fix bustage on X11 platforms.
-rw-r--r--dom/fetch/Fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/fetch/Fetch.h b/dom/fetch/Fetch.h
index d6fdd84f19..01ede010db 100644
--- a/dom/fetch/Fetch.h
+++ b/dom/fetch/Fetch.h
@@ -18,7 +18,7 @@
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/Promise.h"
#include "mozilla/dom/FetchStreamReader.h"
-#include "mozilla/dom/RequestBinding.h"
+#include "mozilla/dom/FetchIPCTypes.h"
class nsIGlobalObject;
class nsIEventTarget;