* include/cygwin/types.h: Include <sys/sysmacros.h>.

This commit is contained in:
Christopher Faylor 2002-05-01 20:26:33 +00:00
parent 0717f01c4e
commit fee93846d6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed May 1 16:06:02 2002 Jason Tishler <jason@tishler.net>
* include/cygwin/types.h: Include <sys/sysmacros.h>.
Wed Apr 17 11:27:04 2002 Jason Tishler <jason@tishler.net>
* security.cc (get_lsa_srv_inf): Prevent extraneous backslashes for

View File

@ -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__