]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Check for memmove and implement one if it's missing.
[wget] / src / sysdep.h
index 7ac88bc57d42bb97fcd1c9d0b42e632f29aa21cb..226a8c545246668f8e7337861631d7c67902d5aa 100644 (file)
@@ -166,6 +166,9 @@ int vsnprintf ();
 #ifndef HAVE_USLEEP
 int usleep ();
 #endif
+#ifndef HAVE_MEMMOVE
+void *memmove ();
+#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems