diff options
Diffstat (limited to 'sys/i386/include/floatingpoint.h')
-rw-r--r-- | sys/i386/include/floatingpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index fd328a9..cda9e46 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_ */ |