diff options
Diffstat (limited to 'src/stdio/stderr.c')
-rw-r--r-- | src/stdio/stderr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c index f2841f0d..8ec8a9aa 100644 --- a/src/stdio/stderr.c +++ b/src/stdio/stderr.c @@ -1,4 +1,3 @@ -#include <stdio.h> #define stderr __stderr /** standard error **/ @@ -6,6 +5,7 @@ /*** is the standard error stream. ***/ + /* STDC(1) */ |