From: Paul Eggert Date: Sat, 10 Sep 2011 19:41:33 +0000 (-0700) Subject: * buffer.h: Include instead of . X-Git-Tag: emacs-pretest-24.0.90~104^2~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfb3f7559bbb4338ba01ec59e9188687a2bd7dc4;p=emacs.git * buffer.h: Include instead of . Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386. Problem reported by Herbert J. Skuhra. --- diff --git a/src/ChangeLog b/src/ChangeLog index 60009bf5e0f..f7e029271e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-09-10 Paul Eggert + + * buffer.h: Include instead of . + Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386. + Problem reported by Herbert J. Skuhra. + 2011-09-10 Lars Magne Ingebrigtsen * xml.c (parse_region): Make the parsing work for diff --git a/src/buffer.h b/src/buffer.h index c50cfe56c77..73628fe6dfc 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -#include /* for time_t */ +#include /* for off_t, time_t */ /* Accessing the parameters of the current buffer. */