wmesa: include api_exec.h to fix compilation

This commit is contained in:
Brian Paul 2013-01-22 16:42:54 -07:00
parent 26a05b5005
commit bd8045d4c5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "GL/wmesa.h"
#include <winuser.h>
#include "main/context.h"
#include "main/api_exec.h"
#include "main/extensions.h"
#include "main/framebuffer.h"
#include "main/renderbuffer.h"