From: Chih-Wei Huang Date: Thu, 15 Oct 2015 15:46:32 +0000 (+0800) Subject: nv30: include the header of ffs prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7599f8b167321cb8adb2ba51a53163752b668532;p=mesa.git 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 Reviewed-by: Ilia Mirkin Cc: mesa-stable@lists.freedesktop.org --- 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 #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h"