]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Check for random.
[wget] / src / sysdep.h
index 1c5deb1b8290c293e59b69a6b3da24b571ecd77e..d4430b2ba5134bea2b3c4428d84f04f57c9566c3 100644 (file)
@@ -166,6 +166,9 @@ int vsnprintf ();
 #ifndef HAVE_USLEEP
 int usleep ();
 #endif
+#ifndef HAVE_RANDOM
+long random ();
+#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems