OSDN Git Service

* include/limits.h: Include features.h, as on linux.
authorcgf <cgf>
Thu, 19 May 2005 19:45:27 +0000 (19:45 +0000)
committercgf <cgf>
Thu, 19 May 2005 19:45:27 +0000 (19:45 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/limits.h

index 43c7099..b2f21c8 100644 (file)
@@ -1,5 +1,9 @@
 2005-05-19  Christopher Faylor  <cgf@timesys.com>
 
+       * include/limits.h: Include features.h, as on linux.
+
+2005-05-19  Christopher Faylor  <cgf@timesys.com>
+
        * include/endian.h: New file.
 
 2005-05-19  Corinna Vinschen  <corinna@vinschen.de>
index d6237f6..f742976 100644 (file)
@@ -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 <features.h>
+
 #ifndef _MACH_MACHLIMITS_H_
 
 /* _MACH_MACHLIMITS_H_ is used on OSF/1.  */