]> sjero.net Git - wget/blobdiff - src/utils.c
Applying Gisle's latest MS-DOS patches.
[wget] / src / utils.c
index 94b4e3a349bfaa01fdd0fcb5c70972a41e3e205a..63545a3274aec45b1067925c3453aa9b0411cf04 100644 (file)
@@ -42,6 +42,9 @@ so, delete this exception statement from your version.  */
 #ifdef HAVE_MMAP
 # include <sys/mman.h>
 #endif
+#ifdef HAVE_PROCESS_H
+# include <process.h>  /* getpid() */
+#endif
 #ifdef HAVE_UTIME_H
 # include <utime.h>
 #endif