Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
+ * buffer.h: Include <time.h>, for time_t.
+ Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
+
Fix minor problems found by static checking.
* image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+#include <time.h> /* for time_t */
/* Accessing the parameters of the current buffer. */