diff options
author | David Dawes <dawes@xfree86.org> | 2001-08-25 03:13:04 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-08-25 03:13:04 +0000 |
commit | 9e69d0dac61cc20ed20281bfa5b7e12124fa3989 (patch) | |
tree | ea58928bd3d308ef478da7f718411bf24c56ff7b | |
parent | 27e24cbc0ad561b8dabad08dfd89ca0dfaa7449d (diff) |
- Remove the rest of the unneeded client-side libraries.
- Use installed libraries that are not built here.
- Don't build/install client-library related file and headers.
-rw-r--r-- | libdrm/xf86drm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index 4916e032..b5aa6f73 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -62,7 +62,7 @@ extern int xf86InstallSIGIOHandler(int fd, void (*f)(int, void *), void *); extern int xf86RemoveSIGIOHandler(int fd); # else -# include <Xlibint.h> +# include <X11/Xlibint.h> # define _DRM_MALLOC Xmalloc # define _DRM_FREE Xfree # endif |