summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:55:36 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:55:36 +0300
commit95eb6422c718d3d4ef34ec35bffa83307025793d (patch)
treeeec73d268731977097d0cc18acab9cb779bfb02a /src/mesa/drivers/dri/common
parent73d66a3c63f380a27e16f5287fb37ed1d98bf818 (diff)
dri/swrast: cosmetic, mainly generic vs. xorg terminology
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/utils.h b/src/mesa/drivers/dri/common/utils.h
index 31a26eda21..0c09a7e68f 100644
--- a/src/mesa/drivers/dri/common/utils.h
+++ b/src/mesa/drivers/dri/common/utils.h
@@ -29,7 +29,8 @@
#ifndef DRI_DEBUG_H
#define DRI_DEBUG_H
-#include "GL/internal/dri_interface.h"
+#include <GL/gl.h>
+#include <GL/internal/dri_interface.h>
#include "context.h"
typedef struct __DRIutilversionRec2 __DRIutilversion2;