aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index 0a1b94eb2c5..e9930ada151 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -24,12 +24,11 @@ Boston, MA 02111-1307, USA. */
24 24
25#include <stdio.h> 25#include <stdio.h>
26#include <errno.h> 26#include <errno.h>
27#include <time.h>
28 27
29#include "lisp.h" 28#include "lisp.h"
30#include "process.h" 29#include "process.h"
31#include "sysselect.h"
32#include "systime.h" 30#include "systime.h"
31#include "sysselect.h"
33#include "blockinput.h" 32#include "blockinput.h"
34 33
35#include "macterm.h" 34#include "macterm.h"