X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Futils.c;h=63545a3274aec45b1067925c3453aa9b0411cf04;hp=94b4e3a349bfaa01fdd0fcb5c70972a41e3e205a;hb=c0a444d5e6ad90c492168a2c0d8c173b77c8756c;hpb=84eba7c58717501f69e5e7c3f1b5e5c10a16eb2b diff --git a/src/utils.c b/src/utils.c index 94b4e3a3..63545a32 100644 --- a/src/utils.c +++ b/src/utils.c @@ -42,6 +42,9 @@ so, delete this exception statement from your version. */ #ifdef HAVE_MMAP # include #endif +#ifdef HAVE_PROCESS_H +# include /* getpid() */ +#endif #ifdef HAVE_UTIME_H # include #endif