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>2002-05-02 00:26:33 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-02 00:26:33 +0400
commitfee93846d6479d234c97767d60dd2d0a95b9e5f1 (patch)
treecaef0efa8ac1f5d3c0230b582d947e1836da85ef /winsup/cygwin/include
parent0717f01c4ebde7a9f84d54bcd00cf7eff9eb90e3 (diff)
* include/cygwin/types.h: Include <sys/sysmacros.h>.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
index 296a11a9c..92b60b7a3 100644
--- a/winsup/cygwin/include/cygwin/types.h
+++ b/winsup/cygwin/include/cygwin/types.h
@@ -17,6 +17,8 @@ extern "C"
#ifndef _CYGWIN_TYPES_H
#define _CYGWIN_TYPES_H
+#include <sys/sysmacros.h>
+
typedef long __off32_t;
typedef long long __off64_t;
#ifdef __CYGWIN_USE_BIG_TYPES__