From 776b73dd338c681fb8b6e2de5c6c12271021f309 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 May 2005 19:45:28 +0000 Subject: [PATCH] * include/limits.h: Include features.h, as on linux. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/limits.h | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 43c709937..b2f21c85e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Christopher Faylor + + * include/limits.h: Include features.h, as on linux. + 2005-05-19 Christopher Faylor * include/endian.h: New file. diff --git a/winsup/cygwin/include/limits.h b/winsup/cygwin/include/limits.h index d6237f653..f74297654 100644 --- a/winsup/cygwin/include/limits.h +++ b/winsup/cygwin/include/limits.h @@ -1,6 +1,6 @@ /* limits.h - Copyright 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc. This file is part of Cygwin. @@ -9,6 +9,9 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #ifndef _LIMITS_H___ + +#include + #ifndef _MACH_MACHLIMITS_H_ /* _MACH_MACHLIMITS_H_ is used on OSF/1. */