OSDN Git Service

nv30: include the header of ffs prototype
authorChih-Wei Huang <cwhuang@android-x86.org>
Thu, 15 Oct 2015 15:46:32 +0000 (23:46 +0800)
committerIlia Mirkin <imirkin@alum.mit.edu>
Thu, 15 Oct 2015 19:00:14 +0000 (15:00 -0400)
It fixes a building error of the android 6.0 64-bit target.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c

index 5757eb1..dbbb8ba 100644 (file)
@@ -1,3 +1,4 @@
+#include <strings.h>
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_state.h"