Date: Tue, 29 Mar 2011 17:57:40 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r220140 - stable/8/include Message-ID: <201103291757.p2THveVn036206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny Date: Tue Mar 29 17:57:40 2011 New Revision: 220140 URL: http://svn.freebsd.org/changeset/base/220140 Log: MFC r219343: r219343 (pjd): Include stdio.h, so we can include printf.h in any order, as it needs FILE. Approved by: kib (co-mentor), pjd (mentor) Modified: stable/8/include/printf.h Directory Properties: stable/8/include/ (props changed) Modified: stable/8/include/printf.h ============================================================================== --- stable/8/include/printf.h Tue Mar 29 17:55:15 2011 (r220139) +++ stable/8/include/printf.h Tue Mar 29 17:57:40 2011 (r220140) @@ -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?201103291757.p2THveVn036206>