intel: add the missing <strings.h> include

It defines the prototype of ffs that fixes the building error
on Android 6.0 64-bit image.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
main
Chih-Wei Huang 2015-10-30 11:49:42 +08:00 committed by Emil Velikov
parent c05049b420
commit 42f2f92059
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <strings.h>
#include <xf86drm.h>
#include <pthread.h>
#include "intel_bufmgr.h"