diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexnext.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unexnext.c b/src/unexnext.c index e250245088c..f17dd8e9ee7 100644 --- a/src/unexnext.c +++ b/src/unexnext.c | |||
| @@ -31,7 +31,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 31 | #include <sys/file.h> | 31 | #include <sys/file.h> |
| 32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
| 33 | #include <unistd.h> | 33 | #include <unistd.h> |
| 34 | /* Instead of unistd.h, this used to include libc.h. */ | 34 | /* Instead of unistd.h, this used to include libc.h. |
| 35 | "Nelson H. F. Beebe" <beebe@math.utah.edu> says that doesn't work | ||
| 36 | in system version 3.3. */ | ||
| 35 | 37 | ||
| 36 | 38 | ||
| 37 | int malloc_cookie; | 39 | int malloc_cookie; |