Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e3635c2
Commit
0e3635c2
authored
Dec 16, 2008
by
Dan Nicolaescu
Browse files
Include <limits.h>.
parent
6136b72f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+4
-0
No files found.
src/ChangeLog
View file @
0e3635c2
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
...
...
src/process.c
View file @
0e3635c2
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment