diff options
author | Johannes Obermayr <[email protected]> | 2011-03-18 12:10:07 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-18 12:10:11 -0600 |
commit | 8042d751debb7a8375e8bc587189fea9a5a8371d (patch) | |
tree | 9a93b41c7fe7f81210665c62519db0ac30dd16f7 /src/gallium/drivers | |
parent | 5b902a08c1919d1bc4666d3e3b8e3f7933b7974b (diff) |
nouveau: Fix serious compiler warnings
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35025
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c index 4cd82a51c14..401155bba6e 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.c +++ b/src/gallium/drivers/nouveau/nouveau_screen.c @@ -12,6 +12,7 @@ #include <errno.h> #include "nouveau/nouveau_bo.h" +#include "nouveau/nouveau_mm.h" #include "nouveau_winsys.h" #include "nouveau_screen.h" #include "nouveau_fence.h" |