emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99920: * s/freebsd.h: Restore osreld


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99920: * s/freebsd.h: Restore osreldate.h include.
Date: Fri, 16 Apr 2010 10:22:12 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99920
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-16 10:22:12 -0700
message:
  * s/freebsd.h: Restore osreldate.h include.
  Suggested by Naohiro Aota.
modified:
  src/ChangeLog
  src/s/freebsd.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-16 17:05:20 +0000
+++ b/src/ChangeLog     2010-04-16 17:22:12 +0000
@@ -1,3 +1,8 @@
+2010-04-16  Dan Nicolaescu  <address@hidden>
+
+       * s/freebsd.h: Restore osreldate.h include.
+       Suggested by Naohiro Aota.
+
 2010-04-16  Jan Djärv  <address@hidden>
 
        * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.

=== modified file 'src/s/freebsd.h'
--- a/src/s/freebsd.h   2010-03-20 07:57:11 +0000
+++ b/src/s/freebsd.h   2010-04-16 17:22:12 +0000
@@ -23,6 +23,8 @@
 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 <osreldate.h>
+
 /* Get most of the stuff from bsd-common */
 #include "bsd-common.h"
 


reply via email to

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