From: Dan Nicolaescu Date: Tue, 16 Dec 2008 08:04:45 +0000 (+0000) Subject: Include . X-Git-Tag: emacs-pretest-23.0.90~1072 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e3635c29a70af79fd99a76356757852df0d7207;p=emacs.git Include . --- diff --git a/src/ChangeLog b/src/ChangeLog index b5a00c49482..213cc707efa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-16 Dan Nicolaescu + + * process.c: Include . + 2008-12-16 Chetan Pandya (tiny change) * font.c (font_update_drivers): Fix mistake in reconstructing the diff --git a/src/process.c b/src/process.c index aaadedb5419..0f3373b5db0 100644 --- a/src/process.c +++ b/src/process.c @@ -104,6 +104,10 @@ along with GNU Emacs. If not, see . */ #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif /* HAVE_LIMITS_H */ + #include "lisp.h" #include "systime.h" #include "systty.h"