]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <limits.h>.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 16 Dec 2008 08:04:45 +0000 (08:04 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 16 Dec 2008 08:04:45 +0000 (08:04 +0000)
src/ChangeLog
src/process.c

index b5a00c4948207ffae98d48b8eb070a2fcb2d6621..213cc707efafba31a488c1d09f9aadee6fd99fd5 100644 (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
index aaadedb54191991cbd3936d86fc78b299df3c28e..0f3373b5db00e59b565b3ea480cefac589f50911 100644 (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"