Date: Sun, 6 Mar 2011 17:45:37 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219343 - head/include Message-ID: <201103061745.p26Hjbln005225@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103061745.p26Hjbln005225>