From acfed73248f1f629fc1df0794496d2be302603d9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Wed, 7 Jun 2017 12:14:04 +0200 Subject: ffs: Include strings.h ffs() was used in couple of places without explicitly including strings.h. On a few libc implementation this is done implicitly through other headers, but let's do not rely on that behavior. Signed-off-by: Arkadiusz Hiler Reviewed-by: Petri Latvala --- lib/igt_gt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_gt.c') diff --git a/lib/igt_gt.c b/lib/igt_gt.c index 11643edd..be44fcae 100644 --- a/lib/igt_gt.c +++ b/lib/igt_gt.c @@ -22,6 +22,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3