MFC: r205395
FPU_DEBUG requires <stdio.h>. PR: 144900 Submitted by: Peter Jeremy
This commit is contained in:
parent
3f6c7d0307
commit
35cbfc2ca0
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user