svn commit: r220140 - stable/8/include

Mikolaj Golub trociny at FreeBSD.org
Tue Mar 29 17:57:40 UTC 2011


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>
 
 /*


More information about the svn-src-all mailing list