OSDN Git Service

Add missing <strings.h> includes
authorGreg Hackmann <ghackmann@google.com>
Thu, 16 Apr 2015 17:55:40 +0000 (10:55 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 28 Apr 2015 10:22:31 +0000 (11:22 +0100)
commit0c8db0a563857239cfe2b38df1590c571db5a1f1
treeba56e7bb8cee71ceef6c020a01ad5a55ff044c81
parente2b531866f9be4b3b1dd9b42f7dda816183792b0
Add missing <strings.h> includes

A couple of files use ffs() without explicitly including strings.h.
Some systems will pull in ffs()'s declaration through another header
anyway, but not when compiling against bionic in AOSP master.

Signed-off-by: Greg Hackmann <ghackmann@google.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
nouveau/nouveau.c
tests/modetest/modetest.c