diff options
Diffstat (limited to 'xc/extras/Mesa/src/X/glxheader.h')
-rw-r--r-- | xc/extras/Mesa/src/X/glxheader.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/X/glxheader.h b/xc/extras/Mesa/src/X/glxheader.h index 39b9a0211..33f0d6d63 100644 --- a/xc/extras/Mesa/src/X/glxheader.h +++ b/xc/extras/Mesa/src/X/glxheader.h @@ -1,9 +1,10 @@ +/* $Id: glxheader.h,v 1.9.4.1 2003/03/30 04:50:32 ldelgass Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -56,6 +57,7 @@ # include <sys/shm.h> # include <X11/extensions/XShm.h> # endif +# include <GL/glx.h> #endif |