diff options
author | Brian Paul <[email protected]> | 2002-11-13 15:03:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-13 15:03:31 +0000 |
commit | 62d821786c2b80f6b2a663f106a39e69116b02d5 (patch) | |
tree | ece2c1b8590f4e969b4d20c9f64ade37d6d4a2f4 /src/mesa/x86/common_x86.c | |
parent | 101b16cf4172b55e8f2b5b11b609d8ab41680748 (diff) |
include imports.h
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r-- | src/mesa/x86/common_x86.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index aaef4f8349e..b680cb701a0 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; |