mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Committing in .
Added mtypes.h inclusion Modified Files: Mesa/src/imports.c ----------------------------------------------------------------------
This commit is contained in:
parent
10d7f540ff
commit
f922986238
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: imports.c,v 1.13 2002/06/15 02:38:15 brianp Exp $ */
|
||||
/* $Id: imports.c,v 1.14 2002/06/18 08:35:25 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -50,6 +50,7 @@
|
|||
|
||||
|
||||
#include "glheader.h"
|
||||
#include "mtypes.h"
|
||||
#include "imports.h"
|
||||
#include "mem.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue