diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-23 21:08:50 -0700 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-23 21:08:50 -0700 |
commit | 8e7d941d7a29aaf66f94892b3f97670c0e972c8c (patch) | |
tree | 42658108df8e4a293955bbe119baa028fb608f0b | |
parent | 33fef8be825ee8ec6abc0c2ffd9a3a967d84df88 (diff) |
mesa: fix main/ prefix in include
-rw-r--r-- | 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 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" |