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/include/memory.h')
-rw-r--r--winsup/mingw/include/memory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/include/memory.h b/winsup/mingw/include/memory.h
new file mode 100644
index 000000000..e0c91d635
--- /dev/null
+++ b/winsup/mingw/include/memory.h
@@ -0,0 +1,9 @@
+/*
+ * This file is part of the Mingw32 package.
+ *
+ * memory.h maps to the standard string.h header.
+ */
+#ifndef __STRICT_ANSI__
+#include <string.h>
+#endif
+