diff options
author | Trevor Woerner <twoerner@gmail.com> | 2010-07-30 17:42:56 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-07 19:25:45 -0400 |
commit | 9f69eadd3aa2729aced40d7443970145ec1111e5 (patch) | |
tree | dd68771cf791d85f527209227e660ac8369c2c08 | |
parent | 313ccbd83a8e5a8c2e3e83a8bf676caedf8b4a89 (diff) |
Modify search for drm include.
The build system already includes the location of the drm header
file (using -I) so the source doesn't need to hard-code the
relative path.
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
-rwxr-xr-x | src/xgi_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xgi_dri.c b/src/xgi_dri.c index d6a6d3d..93687e1 100755 --- a/src/xgi_dri.c +++ b/src/xgi_dri.c @@ -66,7 +66,7 @@ #include "xgi_accel.h" #include "xgi_common.h" -#include <drm/drm.h> +#include "drm.h" extern void GlxSetVisualConfigs( int nconfigs, |