summaryrefslogtreecommitdiff
path: root/glx/glxcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'glx/glxcmds.c')
-rw-r--r--glx/glxcmds.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/glx/glxcmds.c b/glx/glxcmds.c
index 1e46d0c72..a5069eb10 100644
--- a/glx/glxcmds.c
+++ b/glx/glxcmds.c
@@ -34,10 +34,12 @@
#include <string.h>
#include <assert.h>
-
-#include "glxserver.h"
#include <GL/glxtokens.h>
#include <X11/extensions/presenttokens.h>
+
+#include "dix/dix_priv.h"
+
+#include "glxserver.h"
#include <unpack.h>
#include <pixmapstr.h>
#include <windowstr.h>