Commit 22ff5039 authored by Jack Jansen's avatar Jack Jansen

One more include of limits.h (possibly to be moved elsewhere when there is

consensus where it should go).
parent fd61fefe
...@@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef __sgi #ifdef __sgi
/* This is missing from unistd.h */ /* This is missing from unistd.h */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment