diff options
Diffstat (limited to 'include/stdio_ext.h')
-rw-r--r-- | include/stdio_ext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stdio_ext.h b/include/stdio_ext.h new file mode 100644 index 0000000000..09db6f2c9c --- /dev/null +++ b/include/stdio_ext.h @@ -0,0 +1,5 @@ +#ifndef _STDIO_EXT_H + +# include <stdio-common/stdio_ext.h> + +#endif |