diff options
author | Chih-Wei Huang <[email protected]> | 2015-10-15 23:46:32 +0800 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-10-15 15:00:14 -0400 |
commit | 7599f8b167321cb8adb2ba51a53163752b668532 (patch) | |
tree | 26a7925df7fc2d750277c1539d53e41680ff035e /src/gallium | |
parent | d31005e3e5588b20760c774f14ac0ea80375a181 (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]
Diffstat (limited to 'src/gallium')
-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" |