emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bootstrap fails on Mac OS X


From: Steven Tamm
Subject: Re: Bootstrap fails on Mac OS X
Date: Sat, 6 Nov 2004 21:56:31 -0800

Fixed.

I first checked something else in, but this was better. I didn't do this first because of the later include of "systime.h" but it should be declared ahead of time in any case. Perhaps resource.h should be included after "systime.h"?

-Steven

On Nov 6, 2004, at 9:44 PM, YAMAMOTO Mitsuharu wrote:

#ifdef HAVE_SYS_TIME_H
+ #include <sys/time.h>
+ #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]