summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-25 00:01:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-25 00:01:58 +0000
commit46458ba2130ba60983f9e2a651eb84970246ec1c (patch)
tree693a6732cec7248f0945d765609e355076e0af88 /src
parent3c63452e64df7e10aa073c6c3b9492b1d7dabbb8 (diff)
include GL/glx.h
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/x11/glxheader.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/drivers/x11/glxheader.h b/src/mesa/drivers/x11/glxheader.h
index 5cb66762449..6f6b3978d85 100644
--- a/src/mesa/drivers/x11/glxheader.h
+++ b/src/mesa/drivers/x11/glxheader.h
@@ -1,10 +1,10 @@
-/* $Id: glxheader.h,v 1.4 2001/05/29 19:48:47 brianp Exp $ */
+/* $Id: glxheader.h,v 1.5 2002/10/25 00:01:58 brianp 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"),
@@ -57,6 +57,7 @@
# include <sys/shm.h>
# include <X11/extensions/XShm.h>
# endif
+# include <GL/glx.h>
#endif