From: Brian Paul Date: Tue, 17 Oct 2006 17:03:21 +0000 (+0000) Subject: include x86-64.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af52ff0c99faa88f2047c62bb5873ae9a427104d;p=mesa.git include x86-64.h to silence warning --- diff --git a/src/mesa/x86-64/x86-64.c b/src/mesa/x86-64/x86-64.c index afb864c73a5..09508b66d52 100644 --- a/src/mesa/x86-64/x86-64.c +++ b/src/mesa/x86-64/x86-64.c @@ -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 /*