diff options
author | dawes <dawes> | 2002-02-28 18:22:13 +0000 |
---|---|---|
committer | dawes <dawes> | 2002-02-28 18:22:13 +0000 |
commit | f9e0d949cf0a0a54b2e66ad8aab15197c431f5dd (patch) | |
tree | b422d8fa6ca0fa0c68047c4db0d5d60397f96951 /xc/lib/GL/glx/glxcmds.c | |
parent | f2bdb0b0998a0933268bf6e2c7602ce45e43f378 (diff) |
GL/mesa build cleanups/fixes.
Diffstat (limited to 'xc/lib/GL/glx/glxcmds.c')
-rw-r--r-- | xc/lib/GL/glx/glxcmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/GL/glx/glxcmds.c b/xc/lib/GL/glx/glxcmds.c index 4b2ee97a9..c12064234 100644 --- a/xc/lib/GL/glx/glxcmds.c +++ b/xc/lib/GL/glx/glxcmds.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/lib/GL/glx/glxcmds.c,v 1.15 2001/04/07 01:39:39 dawes Exp $ */ +/* $XFree86: xc/lib/GL/glx/glxcmds.c,v 1.17 2002/02/27 21:09:32 tsi Exp $ */ /* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free @@ -38,7 +38,7 @@ #include "glxclient.h" #include <extutil.h> #include <Xext.h> -#include <strings.h> +#include <string.h> #include "glapi.h" #ifdef GLX_DIRECT_RENDERING #include "indirect_init.h" |