From 62d821786c2b80f6b2a663f106a39e69116b02d5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Nov 2002 15:03:31 +0000 Subject: include imports.h --- src/mesa/x86/common_x86.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/x86/common_x86.c') diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index aaef4f8349..b680cb701a 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -1,10 +1,10 @@ -/* $Id: common_x86.c,v 1.19 2002/07/11 15:33:02 brianp Exp $ */ +/* $Id: common_x86.c,v 1.20 2002/11/13 15:03:31 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 5.0 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -45,6 +45,7 @@ #include "context.h" #include "common_x86_asm.h" +#include "imports.h" int _mesa_x86_cpu_features = 0; -- cgit v1.2.3