aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/fixincludes/tests/base/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1/fixincludes/tests/base/string.h')
-rw-r--r--gcc-4.2.1/fixincludes/tests/base/string.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc-4.2.1/fixincludes/tests/base/string.h b/gcc-4.2.1/fixincludes/tests/base/string.h
new file mode 100644
index 000000000..0c70f3014
--- /dev/null
+++ b/gcc-4.2.1/fixincludes/tests/base/string.h
@@ -0,0 +1,13 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/string.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+#ifndef _STRING_INCLUDED
+ #define _STRING_INCLUDED
+ #include <strings.h>
+#endif /* _STRING_INCLUDED */