Author: pjd Date: Sun Mar 6 17:45:37 2011 New Revision: 219343 URL: http://svn.freebsd.org/changeset/base/219343
Log: Include stdio.h, so we can include printf.h in any order, as it needs FILE. MFC after: 2 weeks Modified: head/include/printf.h Modified: head/include/printf.h ============================================================================== --- head/include/printf.h Sun Mar 6 17:43:32 2011 (r219342) +++ head/include/printf.h Sun Mar 6 17:45:37 2011 (r219343) @@ -29,6 +29,7 @@ #ifndef _PRINTF_H_ #define _PRINTF_H_ +#include <stdio.h> #include <wchar.h> /* _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"