bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] patch to activate itimer support


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] patch to activate itimer support
Date: Thu, 29 Mar 2012 20:13:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Tim Ruehsen <address@hidden> writes:

>
> === modified file 'src/utils.c'
> --- src/utils.c       2012-03-25 15:49:55 +0000
> +++ src/utils.c       2012-03-28 11:10:57 +0000
> @@ -59,6 +59,11 @@
>  # endif
>  #endif
>  
> +/* Needed for itimer support in alarm_set() and alarm_cancel() */
> +# ifdef HAVE_SYS_TIME_H
> +#  include <sys/time.h>
> +# endif
> +

Thanks!  I have done a small change and committed it.

Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]