diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-01 17:07:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-01 17:07:03 +0000 |
commit | ce71e000f16b1ca88adddcac5622a6c1170b0940 (patch) | |
tree | 873313c4ae9a9ad1f45b849fc9a50f58fe2eab44 /winsup/cygwin/include/features.h | |
parent | ea9af94bd3f7ec9d3314c5f07b50b82de6369972 (diff) | |
download | cygnal-ce71e000f16b1ca88adddcac5622a6c1170b0940.tar.gz cygnal-ce71e000f16b1ca88adddcac5622a6c1170b0940.tar.bz2 cygnal-ce71e000f16b1ca88adddcac5622a6c1170b0940.zip |
* include/features.h: Include sys/cdefs.h, like linux.
Diffstat (limited to 'winsup/cygwin/include/features.h')
-rw-r--r-- | winsup/cygwin/include/features.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/features.h b/winsup/cygwin/include/features.h index 1161909f0..0fcc90bfd 100644 --- a/winsup/cygwin/include/features.h +++ b/winsup/cygwin/include/features.h @@ -1,6 +1,6 @@ /* features.h - Copyright 2001 Red Hat, Inc. + Copyright 2001, 2002, 2003, 2004 Red Hat, Inc. This file is part of Cygwin. @@ -11,6 +11,7 @@ details. */ #ifndef _FEATURES_H #define _FEATURES_H +#include <sys/cdefs.h> #include <sys/features.h> #endif /* _FEATURES_H */ |