1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

Include <limits.h>.

This commit is contained in:
Dan Nicolaescu 2008-12-16 08:04:45 +00:00
parent 6136b72f0b
commit 0e3635c29a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
* process.c: Include <limits.h>.
2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
* font.c (font_update_drivers): Fix mistake in reconstructing the

View File

@ -104,6 +104,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <resolv.h>
#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif /* HAVE_LIMITS_H */
#include "lisp.h"
#include "systime.h"
#include "systty.h"