diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-02 17:31:42 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-02 17:31:42 +0000 |
| commit | 3df129097bfa8c102c3118fe880388b144519f4a (patch) | |
| tree | 840f394330714b96b2734b8b53c71a10abda0df1 | |
| parent | fde2b24692fc861c921c6837e5c21ca77a35e85e (diff) | |
Notes
| -rw-r--r-- | sys/amd64/include/floatingpoint.h | 1 | ||||
| -rw-r--r-- | sys/i386/include/floatingpoint.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h index fd328a9d739b..cda9e46230ca 100644 --- a/sys/amd64/include/floatingpoint.h +++ b/sys/amd64/include/floatingpoint.h @@ -37,6 +37,7 @@ #ifndef _FLOATINGPOINT_H_ #define _FLOATINGPOINT_H_ +#include <sys/cdefs.h> #include <machine/ieeefp.h> #endif /* !_FLOATINGPOINT_H_ */ diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index fd328a9d739b..cda9e46230ca 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -37,6 +37,7 @@ #ifndef _FLOATINGPOINT_H_ #define _FLOATINGPOINT_H_ +#include <sys/cdefs.h> #include <machine/ieeefp.h> #endif /* !_FLOATINGPOINT_H_ */ |
