diff options
Diffstat (limited to 'src/glx/x11/glxext.c')
-rw-r--r-- | src/glx/x11/glxext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 1fd2099a7f9..eb6e870e984 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -46,8 +46,8 @@ #include "glxclient.h" #include <stdio.h> -#include <Xext.h> -#include <extutil.h> +#include <X11/extensions/Xext.h> +#include <X11/extensions/extutil.h> #include <assert.h> #include "indirect_init.h" #include "glapi.h" |