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 <cwhuang@linux.org.tw>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
(cherry picked from commit 7599f8b167)
This commit is contained in:
Chih-Wei Huang 2015-10-15 23:46:32 +08:00 committed by Emil Velikov
parent 938df905ea
commit 009890a0de

View file

@ -1,3 +1,4 @@
#include <strings.h>
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_state.h"