summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-23 21:08:50 -0700
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-23 21:08:50 -0700
commit8e7d941d7a29aaf66f94892b3f97670c0e972c8c (patch)
tree42658108df8e4a293955bbe119baa028fb608f0b /src
parent33fef8be825ee8ec6abc0c2ffd9a3a967d84df88 (diff)
mesa: fix main/ prefix in include
Diffstat (limited to 'src')
-rw-r--r--src/mesa/glapi/glapi_getproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c
index 3634444c85..6d40b495c7 100644
--- a/src/mesa/glapi/glapi_getproc.c
+++ b/src/mesa/glapi/glapi_getproc.c
@@ -32,7 +32,7 @@
#include <stdlib.h>
#include <string.h>
-#include "glheader.h"
+#include "main/glheader.h"
#include "glapi.h"
#include "glapioffsets.h"
#include "glapitable.h"