Mercurial > emacs
diff src/xsettings.c @ 108175:c9cc3dd13301
xsettings.c: include limits.h and update file comment.
| author | Jan D <jan.h.d@swipnet.se> |
|---|---|
| date | Fri, 30 Apr 2010 15:50:34 +0200 |
| parents | c15cb68e177f |
| children | 8bb62bdbd80a |
line wrap: on
line diff
--- a/src/xsettings.c Fri Apr 30 15:16:13 2010 +0300 +++ b/src/xsettings.c Fri Apr 30 15:50:34 2010 +0200 @@ -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 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" +#include <limits.h> #include <setjmp.h> #include <fcntl.h> #include "lisp.h"
