Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-01-04 21:33:39 +0300
committerChristopher Faylor <me@cgf.cx>2001-01-04 21:33:39 +0300
commita5e570bcc361f46665e3499ffa781f9480862a77 (patch)
tree42785781158aff4ba8679b0dd9d592ed7f812aa5 /winsup/cygwin/thread.cc
parent4104f35e67ee1fbf89859a9790d12064ca6f4414 (diff)
* thread.cc: Need LONG_MAX definition.
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index a6b914bc1..6bcb07881 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -16,6 +16,7 @@ details. */
#ifdef _MT_SAFE
#include "winsup.h"
+#include <limits.h>
#include <errno.h>
#include <assert.h>
#include <stdlib.h>