diff options
author | Brian Paul <[email protected]> | 2005-08-11 14:18:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-08-11 14:18:53 +0000 |
commit | 82dfd4b71f932f46e116743b204d0077a0875ab8 (patch) | |
tree | 07532b59597e76e9b8bebfa049c6e44a8e971b88 /src/glx/x11/XF86dri.c | |
parent | ac887d421176364fe0756e8ebba9aac11d78b16a (diff) |
fix X #includes so they're relative to X11/ directory (bug 4047)
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" |