diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-19 19:45:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-19 19:45:28 +0000 |
commit | 776b73dd338c681fb8b6e2de5c6c12271021f309 (patch) | |
tree | 041bfe9f12d413b7575bd71b33d730ea9adba045 /winsup/cygwin/include/limits.h | |
parent | 071f64d93433fddcd1cb39bcaa1d08e5a8d97c48 (diff) | |
download | cygnal-776b73dd338c681fb8b6e2de5c6c12271021f309.tar.gz cygnal-776b73dd338c681fb8b6e2de5c6c12271021f309.tar.bz2 cygnal-776b73dd338c681fb8b6e2de5c6c12271021f309.zip |
* include/limits.h: Include features.h, as on linux.
Diffstat (limited to 'winsup/cygwin/include/limits.h')
-rw-r--r-- | winsup/cygwin/include/limits.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <features.h> + #ifndef _MACH_MACHLIMITS_H_ /* _MACH_MACHLIMITS_H_ is used on OSF/1. */ |