diff options
author | George Sapountzis <[email protected]> | 2010-03-14 11:36:47 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-15 01:17:18 +0200 |
commit | 631a1a9ac8b97dec172205e13e33ef51f28bb1c0 (patch) | |
tree | 55df60cfa2bb98a42797ddc6894c11e9db0a1981 /src/mesa/drivers/dri/mach64 | |
parent | 7a62c60ca960b3a5b27b598a0c2036f38933c8fb (diff) |
dri/common: mv __driUtilMessage to utils.c
allows to link with xmlconfig without dri_util, and has nothing drm-specific.
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.c b/src/mesa/drivers/dri/mach64/mach64_context.c index 77e7e53ce04..73b1e08d4b8 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.c +++ b/src/mesa/drivers/dri/mach64/mach64_context.c @@ -31,6 +31,7 @@ #include "main/glheader.h" #include "main/context.h" +#include "main/extensions.h" #include "main/simple_list.h" #include "main/imports.h" |