diff options
author | Jouk Jansen <[email protected]> | 2000-10-30 08:39:38 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-10-30 08:39:38 +0000 |
commit | a4575499679d9d91055a35c7673b81872ec127cb (patch) | |
tree | 181714fca23923d9f003ea5d6b23c3bbf60d09be /src | |
parent | 193005393d6b1422ad9084f8e71004f4f055b88f (diff) |
Committing in .
Modified Files:
Mesa/src/X/xm_api.c
included macros.h
----------------------------------------------------------------------
Diffstat (limited to 'src')
-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 |