mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
Add missing header file.
This commit is contained in:
parent
467037de22
commit
d4eb665c60
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.127 2001/03/11 23:49:20 gareth Exp $ */
|
||||
/* $Id: context.c,v 1.128 2001/03/12 01:32:20 gareth Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
#include "texobj.h"
|
||||
#include "mtypes.h"
|
||||
#include "varray.h"
|
||||
#include "vtxfmt.h"
|
||||
|
||||
#include "math/m_translate.h"
|
||||
#include "math/m_vertices.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue