From 697be460d0e555e2c75eed6889293650e02d423c 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 (cherry picked from commit 1755239330c0bdac820d88a3e06ff391d65f29be) --- 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 d7ce14d51..c4da1d8fc 100644 --- a/hw/xquartz/darwin.c +++ b/hw/xquartz/darwin.c @@ -65,8 +65,7 @@ #include #ifdef MITSHM -#define _XSHM_SERVER_ -#include +#include "shmint.h" #endif #include "darwin.h"