mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
Add missing header file include.
This commit is contained in:
parent
22144ab755
commit
467037de22
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: vtxfmt.c,v 1.5 2001/03/12 00:48:39 gareth Exp $ */
|
||||
/* $Id: vtxfmt.c,v 1.6 2001/03/12 01:06:44 gareth Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
#include "api_loopback.h"
|
||||
#include "context.h"
|
||||
#include "mtypes.h"
|
||||
#include "state.h"
|
||||
#include "vtxfmt.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue