lib/int_sqrt.c: Fix compiler warning
include int_sqrt.h to have the prototype for the function defined in
this file.

Fixes:
lib/int_sqrt.c:25:15: warning: no previous prototype for 'int_sqrt' [-Wmissing-prototypes]

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 8125f16 commit 8e108ea3ea65d9a58522e23be489418c6703d5ef
@Sascha Hauer Sascha Hauer authored on 23 Nov 2016
Showing 1 changed file
View
lib/int_sqrt.c