diff options
author | Vinson Lee <[email protected]> | 2010-07-29 23:53:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 23:53:13 -0700 |
commit | 95e3832b53e28f2b771194829a9ec696a5801e9e (patch) | |
tree | 0a7085ee46aa68a5ad3ce1533ac744deb3abac89 /src/mesa/main/framebuffer.h | |
parent | c6466f599c35c8d61fceda289df1b683dd9a3656 (diff) |
mesa: Add missing header to framebuffer.h.
Include mtypes.h for GLvisual and GLcontext symbols.
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r-- | src/mesa/main/framebuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 1b6e3b1f0cb..2e9844282f8 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -26,6 +26,7 @@ #ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H +#include "mtypes.h" extern struct gl_framebuffer * _mesa_create_framebuffer(const GLvisual *visual); |