FPU_DEBUG requires <stdio.h>.

PR:		144900
Submitted by:	Peter Jeremy
MFC after:	3 days
This commit is contained in:
Marius Strobl 2010-03-20 21:27:44 +00:00
parent 4dda9dfd81
commit 484bacf4b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205395
3 changed files with 12 additions and 1 deletions

View File

@ -69,9 +69,12 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#ifdef FPU_DEBUG
#include <stdio.h>
#endif
#include <stdlib.h>
#include <unistd.h>
#include "un-namespace.h"
#include "libc_private.h"

View File

@ -49,6 +49,10 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#ifdef FPU_DEBUG
#include <stdio.h>
#endif
#include <machine/frame.h>
#include <machine/fp.h>
#include <machine/fsr.h>

View File

@ -49,6 +49,10 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#ifdef FPU_DEBUG
#include <stdio.h>
#endif
#include <machine/frame.h>
#include <machine/fp.h>
#include <machine/fsr.h>