summaryrefslogtreecommitdiffstats
path: root/qemu/hw/lm32/milkymist-hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/lm32/milkymist-hw.h')
-rw-r--r--qemu/hw/lm32/milkymist-hw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu/hw/lm32/milkymist-hw.h b/qemu/hw/lm32/milkymist-hw.h
index 8d20cac1d..c8dfb4d2d 100644
--- a/qemu/hw/lm32/milkymist-hw.h
+++ b/qemu/hw/lm32/milkymist-hw.h
@@ -88,7 +88,8 @@ static inline DeviceState *milkymist_pfpu_create(hwaddr base,
#ifdef CONFIG_OPENGL
#include <X11/Xlib.h>
-#include <GL/glx.h>
+#include <epoxy/gl.h>
+#include <epoxy/glx.h>
static const int glx_fbconfig_attr[] = {
GLX_GREEN_SIZE, 5,
GLX_GREEN_SIZE, 6,