]> code.ossystems Code Review - bsp/u-boot.git/commit
lib: div64: add missing include
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sun, 22 Jun 2014 21:24:04 +0000 (23:24 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 10 Aug 2014 23:49:13 +0000 (20:49 -0300)
commitfb9eb0c47abc6861b8a49e0276277ab661697614
tree527d3de3f143ef1f26523209721b69cffff389e1
parentcf321e16f6b6b2561dd6af226bca3d9efb5f4ca4
lib: div64: add missing include

Include the function its prototype to prevent the warning
that it has no prototype.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
lib/div64.c