diff options
author | Chih-Wei Huang <[email protected]> | 2015-10-15 23:46:32 +0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-10-21 14:23:21 +0100 |
commit | 009890a0de09fcce5229e38ccb0c5b9f211a6f64 (patch) | |
tree | 0de0acacb3d9695855c1e21dee6b9179acbb7734 | |
parent | 938df905ea76b815d796567ff0b01886be0523dd (diff) |
nv30: include the header of ffs prototype
It fixes a building error of the android 6.0 64-bit target.
Signed-off-by: Chih-Wei Huang <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Cc: [email protected]
(cherry picked from commit 7599f8b167321cb8adb2ba51a53163752b668532)
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c index 5757eb1fb16..dbbb8baad79 100644 --- a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c +++ b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c @@ -1,3 +1,4 @@ +#include <strings.h> #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" |