From 5daf1295cb4f71510da595721d10f7ea3b74d1b9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 17 Aug 2015 18:35:20 -0700 Subject: [PATCH] dixfont.h: Include fontutil.h before GetGlyphs is #defined This eliminates the duplicate declaration of dixGetGlyphs when fontutil.h gets included after dixfont.h has defined GetGlyphs as dixGetGlyphs. Signed-off-by: Keith Packard Reviewed-by: Dave Airlie --- include/dixfont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dixfont.h b/include/dixfont.h index 1895509b3..b44996ffa 100644 --- a/include/dixfont.h +++ b/include/dixfont.h @@ -29,6 +29,7 @@ SOFTWARE. #include "closure.h" #include #include +#include #define NullDIXFontProp ((DIXFontPropPtr)0)