* thread.cc: Need LONG_MAX definition.

This commit is contained in:
Christopher Faylor
2001-01-04 18:33:39 +00:00
parent 4104f35e67
commit a5e570bcc3
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ details. */
#ifdef _MT_SAFE
#include "winsup.h"
#include <limits.h>
#include <errno.h>
#include <assert.h>
#include <stdlib.h>