* include/cygwin/types.h: Include <sys/sysmacros.h>.
This commit is contained in:
parent
0717f01c4e
commit
fee93846d6
|
@ -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
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue