Fix builds with compilers other than gcc 3.0 & newer
authorAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 6 Jun 2008 23:06:09 +0000 (16:06 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 16:19:45 +0000 (10:19 -0600)
commit4ba39c40aef45be5d534676c8661e90808deb602
treed7522809109f3cef39a248b337a24dece54b8669
parent3491cbea88e86a64d427298df1aba75e146f15e7
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 <brian.paul@tungstengraphics.com>
src/glx/x11/indirect_vertex_program.c
src/glx/x11/pixelstore.c
src/glx/x11/singlepix.c