- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / coreutils / usleep.c
index de473a7b2ae0aae9529b08a3c3f6e387a12abae0..7dd91463811e67f8e573d3d1a3e100b0d78344da 100644 (file)
@@ -14,6 +14,7 @@
 #include <unistd.h>
 #include "busybox.h"
 
+int usleep_main(int argc, char **argv);
 int usleep_main(int argc, char **argv)
 {
        if (argc != 2) {