From: Jan D Date: Fri, 30 Apr 2010 13:50:34 +0000 (+0200) Subject: xsettings.c: include limits.h and update file comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=210af04332d390f44e51d8fb4c9f981415d987cd;p=emacs.git xsettings.c: include limits.h and update file comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index ad02b0118e5..544e71504d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-04-30 Jan Djärv + + * xsettings.c: include limits.h and update file comment. + 2010-04-30 Glenn Morris * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]: diff --git a/src/xsettings.c b/src/xsettings.c index 4d128f19dd2..49d4d5cc743 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -1,4 +1,4 @@ -/* Functions for handle font changes dynamically. +/* Functions for handle font and other changes dynamically. Copyright (C) 2009, 2010 Free Software Foundation, Inc. @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ #include "config.h" +#include #include #include #include "lisp.h"