build fixes

This commit is contained in:
Alan Hourihane 2003-12-04 16:57:43 +00:00
parent 164c703e98
commit 21a218f5bf
2 changed files with 2 additions and 1 deletions

View file

@ -445,7 +445,7 @@ void ffbCalcViewport(GLcontext *ctx)
ffbCalcViewportRegs(ctx);
fmesa->setupnewinputs |= VERT_BIT_CLIP;
fmesa->setupnewinputs |= VERT_BIT_POS;
}
static void ffbDDViewport(GLcontext *ctx, GLint x, GLint y,

View file

@ -28,6 +28,7 @@
#include <GL/gl.h>
#include "texformat.h"
#include "texstore.h"
#include "teximage.h"
#include "swrast/swrast.h"
#include "ffb_tex.h"