mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
include x86-64.h to silence warning
This commit is contained in:
parent
1e3223c02a
commit
af52ff0c99
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: x86-64.c,v 1.3 2006/10/16 20:57:09 idr Exp $ */
|
||||
/* $Id: x86-64.c,v 1.4 2006/10/17 17:03:21 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -44,6 +44,9 @@
|
|||
|
||||
DECLARE_XFORM_GROUP( x86_64, 4 )
|
||||
|
||||
#else
|
||||
/* just to silence warning below */
|
||||
#include "x86-64.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue