Fix the following compilation error:
In file included from statx.c:44:
xstatx.c:47:16: error: ‘struct libc_statx’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
* tests/xstatx.c (struct statx): New forward declaration.
# define stat64 libc_stat64
# define statx libc_statx
# define statx_timestamp libc_statx_timestamp
+struct statx;
# include <fcntl.h>
# include <sys/stat.h>
# undef statx_timestamp