include x86-64.h to silence warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 17 Oct 2006 17:03:21 +0000 (17:03 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 17 Oct 2006 17:03:21 +0000 (17:03 +0000)
src/mesa/x86-64/x86-64.c

index afb864c73a536d0920b9c01592ce60dbdce7e839..09508b66d52384c9fff3fbc3fa06dbeff262cf59 100644 (file)
@@ -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
 
 /*