From edce6d854609e87de0f03cb1fc8045e7dd476b28 Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Tue, 6 May 2008 01:25:05 +0000 Subject: Fix typo and commit the write header --- winsup/mingw/include/sys/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/mingw/include/sys') diff --git a/winsup/mingw/include/sys/types.h b/winsup/mingw/include/sys/types.h index 2bc04e755..ed25e5270 100644 --- a/winsup/mingw/include/sys/types.h +++ b/winsup/mingw/include/sys/types.h @@ -115,6 +115,10 @@ typedef long long fpos64_t; typedef long long off64_t; #endif +#if !defined __NO_ISOCEXT +typedef unsigned int useconds_t; +#endif /* Not __NO_ISOCEXT */ + #endif /* Not RC_INVOKED */ #endif /* Not _TYPES_H_ */ -- cgit v1.2.3