From 8a792b034d4b315251fd842bb4c73a133aa1368f Mon Sep 17 00:00:00 2001 From: Jiufei Xue Date: Wed, 17 Apr 2019 03:08:56 +0800 Subject: virtiofsd: support nanosecond resolution for file timestamp Define HAVE_STRUCT_STAT_ST_ATIM to 1 if `st_atim' is member of `struct stat' which means support nanosecond resolution for the file timestamp fields. Signed-off-by: Jiufei Xue Reviewed-by: Daniel P. Berrangé Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/fuse_misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/virtiofsd/fuse_misc.h b/tools/virtiofsd/fuse_misc.h index f252baa752..5c618ce21f 100644 --- a/tools/virtiofsd/fuse_misc.h +++ b/tools/virtiofsd/fuse_misc.h @@ -7,6 +7,7 @@ */ #include +#include "config-host.h" /* * Versioned symbols cannot be used in some cases because it -- cgit v1.2.3-55-g7522