]> code.delx.au - gnu-emacs/commitdiff
* s/freebsd.h: Restore osreldate.h include.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 16 Apr 2010 17:22:12 +0000 (10:22 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 16 Apr 2010 17:22:12 +0000 (10:22 -0700)
Suggested by Naohiro Aota.

src/ChangeLog
src/s/freebsd.h

index 99d41c6ca6cc783e2328c929122e54ded712f7f8..f3c0c56296891796d4227acb0578ff362ea02685 100644 (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.
index a84627d3268e84456e0b3440f3c95451fb37303d..e8a630019fb7c4d6cf76dec3c9e36d5d00404473 100644 (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"