From e5ce982381c4092252d6b55fcefcc9a3cd21e656 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 3 Jun 2007 09:40:37 +1000 Subject: [PATCH] Include pixman.h from fb.h or compile of some files will fail Signed-off-by: Benjamin Herrenschmidt --- fb/fb.h | 2 ++ fb/fbpict.c | 1 - fb/fbtrap.c | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fb/fb.h b/fb/fb.h index 7d9488689..655d5ae0b 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -26,6 +26,8 @@ #define _FB_H_ #include +#include + #include "scrnintstr.h" #include "pixmap.h" #include "pixmapstr.h" diff --git a/fb/fbpict.c b/fb/fbpict.c index 00dde61a3..68c0e63ad 100644 --- a/fb/fbpict.c +++ b/fb/fbpict.c @@ -30,7 +30,6 @@ #include #include "fb.h" -#include #ifdef RENDER diff --git a/fb/fbtrap.c b/fb/fbtrap.c index 07b4fbbc2..831306869 100644 --- a/fb/fbtrap.c +++ b/fb/fbtrap.c @@ -30,8 +30,6 @@ #ifdef RENDER -#include - #include "picturestr.h" #include "mipict.h" #include "renderedge.h"