summaryrefslogtreecommitdiff
path: root/glx/indirect_dispatch_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'glx/indirect_dispatch_swap.c')
-rw-r--r--glx/indirect_dispatch_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/indirect_dispatch_swap.c b/glx/indirect_dispatch_swap.c
index ab80e22d6..7a8085350 100644
--- a/glx/indirect_dispatch_swap.c
+++ b/glx/indirect_dispatch_swap.c
@@ -39,7 +39,7 @@
#include "glapi.h"
#include "glapitable.h"
#include "glthread.h"
-#include "dispatch.h"
+#include "glapidispatch.h"
#define __GLX_PAD(x) (((x) + 3) & ~3)