intel: add the missing <strings.h> include
authorChih-Wei Huang <cwhuang@android-x86.org>
Fri, 30 Oct 2015 03:49:42 +0000 (11:49 +0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 1 Dec 2015 16:48:17 +0000 (16:48 +0000)
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>
intel/intel_bufmgr_fake.c

index 551e05d..7f4c7b9 100644 (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"