9
0
Fork 0

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>
This commit is contained in:
Sascha Hauer 2016-11-23 08:49:19 +01:00
parent 8125f16642
commit 8e108ea3ea
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
#include <common.h>
#include <int_sqrt.h>
/**
* int_sqrt - rough approximation to sqrt