# HG changeset patch # User Dan Nicolaescu # Date 1271438532 25200 # Node ID 43aef96c6073614b9c7723d5b9fb6458a8588f46 # Parent 65450964c877bea5d17b56cb2b46d3c14bfdea3d * s/freebsd.h: Restore osreldate.h include. Suggested by Naohiro Aota. diff -r 65450964c877 -r 43aef96c6073 src/ChangeLog --- a/src/ChangeLog Fri Apr 16 19:06:41 2010 +0200 +++ b/src/ChangeLog Fri Apr 16 10:22:12 2010 -0700 @@ -1,3 +1,8 @@ +2010-04-16 Dan Nicolaescu + + * s/freebsd.h: Restore osreldate.h include. + Suggested by Naohiro Aota. + 2010-04-16 Jan Djärv * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used. diff -r 65450964c877 -r 43aef96c6073 src/s/freebsd.h --- a/src/s/freebsd.h Fri Apr 16 19:06:41 2010 +0200 +++ b/src/s/freebsd.h Fri Apr 16 10:22:12 2010 -0700 @@ -23,6 +23,8 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ +#include + /* Get most of the stuff from bsd-common */ #include "bsd-common.h"