From d045981457062545619df31a7ce4de3e49d328fe Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 22 Nov 2007 13:55:03 -0800 Subject: [PATCH] Rootless: Added missing includes. (cherry picked from commit f6a4c10636268669c889c05bae52a2f8579e7b80) --- miext/rootless/rootlessCommon.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/miext/rootless/rootlessCommon.h b/miext/rootless/rootlessCommon.h index d3f242e3f..62524b96a 100644 --- a/miext/rootless/rootlessCommon.h +++ b/miext/rootless/rootlessCommon.h @@ -39,6 +39,10 @@ #include "rootless.h" #include "fb.h" +#ifdef SHAPE +#include "scrnintstr.h" +#endif /* SHAPE */ + #ifdef RENDER #include "picturestr.h" #endif