From 4ba39c40aef45be5d534676c8661e90808deb602 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 6 Jun 2008 16:06:09 -0700 Subject: Fix builds with compilers other than gcc 3.0 & newer Add #include "glheader.h" for definition of __builtin_expect for compilers that don't support it. Signed-off-by: Brian Paul --- src/glx/x11/pixelstore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/x11/pixelstore.c') diff --git a/src/glx/x11/pixelstore.c b/src/glx/x11/pixelstore.c index 3bf1b35ba3..8431b29e90 100644 --- a/src/glx/x11/pixelstore.c +++ b/src/glx/x11/pixelstore.c @@ -34,6 +34,7 @@ ** */ +#include "glheader.h" #include "glxclient.h" #include "indirect.h" -- cgit v1.2.3