Clean up various warnings in bionic.

Change-Id: Ic57541d0a567fd4ae79f0ad59b2ffde1130eb7d2
diff --git a/libm/freebsd-compat.h b/libm/freebsd-compat.h
index 4b14fae..c63d407 100644
--- a/libm/freebsd-compat.h
+++ b/libm/freebsd-compat.h
@@ -23,4 +23,7 @@
 #define __strong_reference(sym,aliassym) \
     extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
 
+/* digittoint is in BSD's <ctype.h>. */
+int digittoint(char ch);
+
 #endif