提交 5d8cafdf 编写于 作者: A andrew

6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0)

Summary: Recent changes to X11's header structure break the build
Reviewed-by: prr, flar
上级 971ef2a2
......@@ -42,6 +42,10 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
#ifndef X_ShmAttach
#include <X11/Xmd.h>
#include <X11/extensions/shmproto.h>
#endif
extern int XShmQueryExtension();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册