From b4e223f81287cf3f448266d8c7ac2ff5bb72e7a3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 1 Dec 2004 19:03:46 +0000 Subject: Include X11/Xlib.h in Xinerama.h, since it uses libX11 functions (#1897). --- Xinerama.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Xinerama.h b/Xinerama.h index 2ab2d99..9ccc400 100644 --- a/Xinerama.h +++ b/Xinerama.h @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: xc/include/extensions/Xinerama.h,v 1.2 2004/04/23 18:43:06 eich Exp $ */ /* Copyright 2003 The Open Group @@ -29,6 +29,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _Xinerama_h #define _Xinerama_h +#include + typedef struct { int screen_number; short x_org; -- cgit v1.2.1