summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ztdummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztdummy.c b/ztdummy.c
index dc1407a..df2f19b 100644
--- a/ztdummy.c
+++ b/ztdummy.c
@@ -44,7 +44,7 @@
* If using an i386 architecture without a PC real-time clock,
* the #define USE_RTC should be commented out.
*/
-#if defined(__i386__)
+#if defined(__i386__) || defined(__x86_64__)
#if LINUX_VERSION_CODE >= VERSION_CODE(2,6,13)
#define USE_RTC
#else