emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104557: * buffer.h: Include <time.h>


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104557: * buffer.h: Include <time.h>, for time_t.
Date: Fri, 10 Jun 2011 13:52:30 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104557
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2011-06-10 13:52:30 -0700
message:
  * buffer.h: Include <time.h>, for time_t.
  
  Needed to build on FreeBSD 8.2.  Problem reported by Herbert J. Skuhra.
modified:
  src/ChangeLog
  src/buffer.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-06-10 20:38:18 +0000
+++ b/src/ChangeLog     2011-06-10 20:52:30 +0000
@@ -1,5 +1,8 @@
 2011-06-10  Paul Eggert  <address@hidden>
 
+       * 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.

=== modified file 'src/buffer.h'
--- a/src/buffer.h      2011-06-06 19:43:39 +0000
+++ b/src/buffer.h      2011-06-10 20:52:30 +0000
@@ -18,6 +18,7 @@
 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.  */
 


reply via email to

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