aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/systime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systime.h b/src/systime.h
index d6b1898c7f1..36538598481 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -84,6 +84,8 @@ extern long timezone;
84 84
85#ifdef HAVE_TIMEVAL 85#ifdef HAVE_TIMEVAL
86 86
87#define EMACS_HAS_USECS
88
87#define EMACS_TIME struct timeval 89#define EMACS_TIME struct timeval
88#define EMACS_SECS(time) ((time).tv_sec + 0) 90#define EMACS_SECS(time) ((time).tv_sec + 0)
89#define EMACS_USECS(time) ((time).tv_usec + 0) 91#define EMACS_USECS(time) ((time).tv_usec + 0)