summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-05 14:00:07 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-05 14:00:07 +0000
commitc927a660ea36b0fe55a47844741d95680236fa96 (patch)
tree814699b8f0acb769b2a6e1803769cca9d6e1e5c7
parentcf8bc4541d674011537a603efc4d128ff5fe2444 (diff)
downloaduxp-c927a660ea36b0fe55a47844741d95680236fa96.tar.gz
Issue #1720 - Follow-up: Explicitly include X11UndefineNone.h in
HTMLOptGroupElement.cpp to fix unified building on X11
-rw-r--r--dom/html/HTMLOptGroupElement.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/html/HTMLOptGroupElement.cpp b/dom/html/HTMLOptGroupElement.cpp
index ad2527dc92..a65a79ecf5 100644
--- a/dom/html/HTMLOptGroupElement.cpp
+++ b/dom/html/HTMLOptGroupElement.cpp
@@ -13,6 +13,10 @@
#include "nsIFrame.h"
#include "nsIFormControlFrame.h"
+#if defined(MOZ_X11)
+#include "X11UndefineNone.h"
+#endif
+
NS_IMPL_NS_NEW_HTML_ELEMENT(OptGroup)
namespace mozilla {