Mesa (master): mesa: fix main/ prefix in include

Keith Whitwell keithw at kemper.freedesktop.org
Wed Sep 24 04:12:15 UTC 2008


Module: Mesa
Branch: master
Commit: 8e7d941d7a29aaf66f94892b3f97670c0e972c8c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e7d941d7a29aaf66f94892b3f97670c0e972c8c

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Sep 23 21:08:50 2008 -0700

mesa: fix main/ prefix in include

---

 src/mesa/glapi/glapi_getproc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c
index 3634444..6d40b49 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"




More information about the mesa-commit mailing list