diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/x11/xm_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xm_api.c b/src/mesa/drivers/x11/xm_api.c index 5b31b8f7907..4434fbfa2b2 100644 --- a/src/mesa/drivers/x11/xm_api.c +++ b/src/mesa/drivers/x11/xm_api.c @@ -1,4 +1,4 @@ -/* $Id: xm_api.c,v 1.2 2000/09/26 20:54:13 brianp Exp $ */ +/* $Id: xm_api.c,v 1.3 2000/10/30 08:39:38 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -75,7 +75,7 @@ #ifdef HAVE_CONFIG_H #include "conf.h" #endif - +#include "macros.h" #ifndef GLX_NONE_EXT #define GLX_NONE_EXT 0x8000 |