summaryrefslogtreecommitdiff
path: root/lib/xtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xtime.h')
-rw-r--r--lib/xtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xtime.h b/lib/xtime.h
index 297c6f53d7..d268d2d2e5 100644
--- a/lib/xtime.h
+++ b/lib/xtime.h
@@ -25,7 +25,7 @@
type that is a count of nanoseconds -- except for obsolescent hosts
without sufficiently-wide integers, where it is a count of
seconds. */
-# if HAVE_LONG_LONG
+# if HAVE_LONG_LONG_INT
typedef long long int xtime_t;
# define XTIME_PRECISION 1000000000
# else