Include "glheader.h" to get a definition of __builtin_expect for gcc 2.95.

This commit is contained in:
matthieu 2006-12-04 22:11:20 +00:00
parent 31b4956e7f
commit 46659db4fd
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "glxclient.h"
#include "indirect_vertex_array.h"
#include <GL/glxproto.h>
#include "glheader.h"
static void
do_vertex_attrib_enable( GLuint index, GLboolean val )

View File

@ -36,6 +36,7 @@
#include "glxclient.h"
#include "indirect.h"
#include "glheader.h"
/**
* Send glPixelStore command to the server