* include/inttypes.h: Include _mingw.h.

This commit is contained in:
Danny Smith
2003-09-24 01:06:09 +00:00
parent 8852e9c5f1
commit f610c4f993
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#ifndef _INTTYPES_H_
#define _INTTYPES_H_
#include <_mingw.h>
#include <stdint.h>
#define __need_wchar_t
#include <stddef.h>