diff options
author | Adam Jackson <ajax@redhat.com> | 2011-03-30 12:51:04 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-03-30 13:19:31 -0400 |
commit | 08d49eb0946d5f4db5d5a51f1739f036a62d0549 (patch) | |
tree | aae15c1f7879a9379bb0029a48b72fab40179890 | |
parent | bf205d69d3da98577b9eed38fad5d96ce02c1bb2 (diff) |
util: Include glxproto.h in piglit-glx-util.h
-rw-r--r-- | tests/util/piglit-glx-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/util/piglit-glx-util.h b/tests/util/piglit-glx-util.h index 8d3f20a55..2169cff7a 100644 --- a/tests/util/piglit-glx-util.h +++ b/tests/util/piglit-glx-util.h @@ -27,7 +27,9 @@ #pragma once +#include "X11/Xmd.h" #include "GL/glx.h" +#include "GL/glxproto.h" XVisualInfo * piglit_get_glx_visual(Display *dpy); GLXContext piglit_get_glx_context(Display *dpy, XVisualInfo *visinfo); |