From 1755239330c0bdac820d88a3e06ff391d65f29be Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 7 Aug 2009 00:02:21 -0700 Subject: [PATCH] XQuartz: Use internal xshm header for new xextproto --- hw/xquartz/darwin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c index cf9863aac..c8bd3f1e1 100644 --- a/hw/xquartz/darwin.c +++ b/hw/xquartz/darwin.c @@ -67,8 +67,7 @@ #include #ifdef MITSHM -#define _XSHM_SERVER_ -#include +#include "shmint.h" #endif #include "darwin.h"