]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Make the MD5 references even more generic.
[wget] / src / sysdep.h
index 128d024c973ff3a7916a3f87ffa5cac274cb34ac..7ac88bc57d42bb97fcd1c9d0b42e632f29aa21cb 100644 (file)
@@ -163,6 +163,9 @@ char *strptime ();
 #ifndef HAVE_VSNPRINTF
 int vsnprintf ();
 #endif
+#ifndef HAVE_USLEEP
+int usleep ();
+#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems