# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1114765207 0 # Node ID e3bedede9b3fa9bdcd080aca95889c1d96b3b6df # Parent d29accb0274aacf5cea2e4286ca87ee81b67ac5c Don't include time.h. Include sysselect.h after systime.h. diff -r d29accb0274a -r e3bedede9b3f src/mac.c --- a/src/mac.c Fri Apr 29 08:40:22 2005 +0000 +++ b/src/mac.c Fri Apr 29 09:00:07 2005 +0000 @@ -24,12 +24,11 @@ #include #include -#include #include "lisp.h" #include "process.h" +#include "systime.h" #include "sysselect.h" -#include "systime.h" #include "blockinput.h" #include "macterm.h"