summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/include/floatingpoint.h1
-rw-r--r--sys/i386/include/floatingpoint.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h
index fd328a9..cda9e46 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 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_ */
OpenPOWER on IntegriCloud