diff options
Diffstat (limited to 'src/glx/x11/XF86dri.c')
-rw-r--r-- | src/glx/x11/XF86dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/XF86dri.c b/src/glx/x11/XF86dri.c index d0b7f725547..03fa4e57bce 100644 --- a/src/glx/x11/XF86dri.c +++ b/src/glx/x11/XF86dri.c @@ -40,7 +40,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> -#include "extutil.h" +#include <X11/extensions/extutil.h> #include "glheader.h" #include "xf86dristr.h" |