[PATCH] shared: struct timespec is in time.h

Pekka Paalanen ppaalanen at gmail.com
Mon Oct 2 09:21:22 UTC 2017


On Sun,  1 Oct 2017 14:31:10 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> On the musl C library, tests/timespec-text.c does not build, with the
> following error:
> 
>     In file included from tests/timespec-test.c:36:0:
>     ./shared/timespec-util.h:41:21: warning: ‘struct timespec’ declared
>     inside parameter list will not be visible outside of this definition
>     or declaration
>      timespec_sub(struct timespec *r,
>                          ^~~~~~~~
>    [...]
> 
> Indeed, struct timespec is defined in time.h, so we must include it.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  shared/timespec-util.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/shared/timespec-util.h b/shared/timespec-util.h
> index 576b3e8f..34a120ae 100644
> --- a/shared/timespec-util.h
> +++ b/shared/timespec-util.h
> @@ -28,6 +28,7 @@
>  
>  #include <stdint.h>
>  #include <assert.h>
> +#include <time.h>
>  
>  #define NSEC_PER_SEC 1000000000
>  

Hi,

R-b me and pushed:
   df0e4b96..fa41bdfb  master -> master


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20171002/4aba9aff/attachment.sig>


More information about the wayland-devel mailing list