summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mpware/makempx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mpware/makempx.c')
-rw-r--r--Build/source/texk/web2c/mpware/makempx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mpware/makempx.c b/Build/source/texk/web2c/mpware/makempx.c
index a04aaacc405..51350126f9b 100644
--- a/Build/source/texk/web2c/mpware/makempx.c
+++ b/Build/source/texk/web2c/mpware/makempx.c
@@ -71,7 +71,7 @@
#define INLINE_NEWER 1
/* We may have high-res timers in struct stat. If we do, use them. */
-#if HAVE_ST_MTIM
+#ifdef HAVE_STRUCT_STAT_ST_MTIM
#define ISNEWER(S,T) (S.st_mtim.tv_sec > T.st_mtim.tv_sec || \
(S.st_mtim.tv_sec == T.st_mtim.tv_sec && \
S.st_mtim.tv_nsec >= T.st_mtim.tv_nsec))