Commit 3abdb996 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/programs/Xserver/Xext/shape.c: pull in shapestr.h for legacy Xext proto…

nx-X11/programs/Xserver/Xext/shape.c: pull in shapestr.h for legacy Xext proto versions, since shape.h would pull in Xlib.
parent caa048a1
......@@ -42,7 +42,7 @@ in this Software without prior written authorization from The Open Group.
#include "resource.h"
#include "opaque.h"
#ifdef LEGACY_XEXT_PROTO
#include <X11/extensions/shape.h>
#include <X11/extensions/shapestr.h>
#else
#include <X11/extensions/shapeproto.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment