Mercurial > emacs
changeset 107880:43aef96c6073
* s/freebsd.h: Restore osreldate.h include.
Suggested by Naohiro Aota.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 16 Apr 2010 10:22:12 -0700 |
parents | 65450964c877 |
children | 6effcd2bae9f |
files | src/ChangeLog src/s/freebsd.h |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * s/freebsd.h: Restore osreldate.h include. + Suggested by Naohiro Aota. + 2010-04-16 Jan Djärv <jan.h.d@swipnet.se> * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
--- 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 <http://www.gnu.org/licenses/>. */ +#include <osreldate.h> + /* Get most of the stuff from bsd-common */ #include "bsd-common.h"