summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-17 17:03:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-17 17:03:21 +0000
commitaf52ff0c99faa88f2047c62bb5873ae9a427104d (patch)
treea3f0aafc9f1f11e4cd0835a0c89ea61e5d409b8a /src/mesa/x86-64
parent1e3223c02a2f6155beb5784cadbea1f46703829a (diff)
include x86-64.h to silence warning
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r--src/mesa/x86-64/x86-64.c5
1 files changed, 4 insertions, 1 deletions
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
/*