mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
12 lines
358 B
Diff
12 lines
358 B
Diff
--- a/Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp 2021-09-24 22:06:41.890016115 -0300
|
|
+++ b/Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp 2021-09-24 22:06:44.420016124 -0300
|
|
@@ -28,6 +28,8 @@
|
|
|
|
#include "GLContext.h"
|
|
|
|
+#include <X11/Xutil.h>
|
|
+
|
|
#if PLATFORM(X11)
|
|
#include <X11/Xlib.h>
|
|
#include <X11/extensions/Xcomposite.h>
|