bug-gnulib
[Top][All Lists]
Advanced

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

Re: Add missing include to parse-duration.c.


From: Bruce Korb
Subject: Re: Add missing include to parse-duration.c.
Date: Tue, 9 Dec 2008 08:09:38 -0800

Hi Ralf,
Obvious enough you needn't have waited for me.  :)
"Yes, please."

Cheers - Bruce

On Mon, Dec 8, 2008 at 10:18 PM, Ralf Wildenhues <address@hidden> wrote:
> Hello Bruce,
>
> ok to commit?  Seems pretty obvious.
>
> Thanks,
> Ralf
>
>    Add missing include to parse-duration.c.
>
>    * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
>
> diff --git a/lib/parse-duration.c b/lib/parse-duration.c
> index 6487ba0..4c28349 100644
> --- a/lib/parse-duration.c
> +++ b/lib/parse-duration.c
> @@ -23,6 +23,7 @@
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <string.h>
> +#include "xalloc.h"
>
>  #include "parse-duration.h"
>
>
>
>




reply via email to

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