diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index d6db40353f..b27f8d2f78 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,8 +1,8 @@ -/* $Id: glheader.h,v 1.28 2002/06/15 02:38:15 brianp Exp $ */ +/* $Id: glheader.h,v 1.29 2002/10/30 19:44:41 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.0 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -46,7 +46,7 @@ -#ifdef XFree86LOADER +#if defined(XFree86LOADER) && defined(IN_MODULE) #include "xf86_ansic.h" #else #include <assert.h> |