From: Dan Nicolaescu Date: Fri, 16 Apr 2010 17:22:12 +0000 (-0700) Subject: * s/freebsd.h: Restore osreldate.h include. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d4e45f81c83322b42e6ea3d3edc4fd16420ee6d;p=emacs.git * s/freebsd.h: Restore osreldate.h include. Suggested by Naohiro Aota. --- diff --git a/src/ChangeLog b/src/ChangeLog index 99d41c6ca6c..f3c0c562968 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/s/freebsd.h b/src/s/freebsd.h index a84627d3268..e8a630019fb 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -23,6 +23,8 @@ 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 + /* Get most of the stuff from bsd-common */ #include "bsd-common.h"