1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

* s/freebsd.h: Restore osreldate.h include.

Suggested by Naohiro Aota.
This commit is contained in:
Dan Nicolaescu 2010-04-16 10:22:12 -07:00
parent 5ba5ec85f6
commit 7d4e45f81c
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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 <http://www.gnu.org/licenses/>. */
#include <osreldate.h>
/* Get most of the stuff from bsd-common */
#include "bsd-common.h"