OSDN Git Service

* include/inttypes.h: Include _mingw.h.
authordannysmith <dannysmith>
Wed, 24 Sep 2003 01:06:09 +0000 (01:06 +0000)
committerdannysmith <dannysmith>
Wed, 24 Sep 2003 01:06:09 +0000 (01:06 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/inttypes.h

index c6f5cd4..c7ab2ff 100644 (file)
@@ -1,4 +1,8 @@
-2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
+2003-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/inttypes.h: Include _mingw.h.
+
+2003-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/_mingw.h (__CRT_INLINE): Define.
        * include/ctype.h: Replace 'extern inline' with __CRT_INLINE,
index 24feb7a..a204261 100644 (file)
@@ -3,6 +3,7 @@
 #ifndef _INTTYPES_H_
 #define _INTTYPES_H_
 
+#include <_mingw.h>
 #include <stdint.h>
 #define __need_wchar_t
 #include <stddef.h>