[PATCH] Warning fix for fxprintf

Jakub Jelinek jakub@redhat.com
Mon Aug 8 11:15:00 GMT 2005


Hi!

_IO_vfprintf_internal is only prototyped in libioP.h...

2005-08-08  Jakub Jelinek  <jakub@redhat.com>

	* stdio-common/fxprintf.c: Include libioP.h.

--- libc/stdio-common/fxprintf.c.jj	2005-08-08 09:15:06.000000000 +0200
+++ libc/stdio-common/fxprintf.c	2005-08-08 13:07:21.000000000 +0200
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <wchar.h>
 #include <string.h>
+#include <libioP.h>
 
 
 int

	Jakub



More information about the Libc-hacker mailing list