diff options
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 3c74e748722..c4cfe3310c8 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -40,6 +40,9 @@ #include "texobj.h" #include "mtypes.h" +#ifdef __VMS +#define _mesa_sprintf sprintf +#endif /**********************************************************************/ /** \name Internal functions */ |