diff options
Diffstat (limited to 'fixincludes/tests/base/string.h')
-rw-r--r-- | fixincludes/tests/base/string.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fixincludes/tests/base/string.h b/fixincludes/tests/base/string.h new file mode 100644 index 0000000..d70f9e0 --- /dev/null +++ b/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 */
\ No newline at end of file |