Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/profile/gmon.h')
-rw-r--r--winsup/mingw/profile/gmon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/profile/gmon.h b/winsup/mingw/profile/gmon.h
index c9f1cac8f..ddcd48986 100644
--- a/winsup/mingw/profile/gmon.h
+++ b/winsup/mingw/profile/gmon.h
@@ -51,10 +51,12 @@
#include <profile.h>
#ifdef __MINGW32__
+#if !defined _BSDTYPES_DEFINED
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
+#define _BSDTYPES_DEFINED
#endif
/*