svn commit: r219343 - head/include

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Mar 6 17:45:37 UTC 2011


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


More information about the svn-src-all mailing list