diff options
Diffstat (limited to 'libc/unistd/getopt-susv3.c')
-rw-r--r-- | libc/unistd/getopt-susv3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/unistd/getopt-susv3.c b/libc/unistd/getopt-susv3.c index d9ee18c43..a73cdbc0a 100644 --- a/libc/unistd/getopt-susv3.c +++ b/libc/unistd/getopt-susv3.c @@ -35,6 +35,8 @@ #include <string.h> #include <stdio.h> +libc_hidden_proto(fprintf) + #ifdef __UCLIBC_MJN3_ONLY__ #warning TODO: Enable gettext awareness. #endif /* __UCLIBC_MJN3_ONLY__ */ |