summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-15 16:42:31 +0000
committerbrian <brian@FreeBSD.org>2000-10-15 16:42:31 +0000
commite25bb3a14c85b7ef207246ce6dd07bc6d76c41b0 (patch)
treeb08e7bdcd54263f31f2f7b4475ebf8395b05152c /lib/msun
parentaafeb3d6b77f311dc0009f3e8b790a1f33752968 (diff)
downloadFreeBSD-src-e25bb3a14c85b7ef207246ce6dd07bc6d76c41b0.zip
FreeBSD-src-e25bb3a14c85b7ef207246ce6dd07bc6d76c41b0.tar.gz
Fix #include order
Spotted by: imura
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/math_private.h b/lib/msun/src/math_private.h
index 668d499..0802c29 100644
--- a/lib/msun/src/math_private.h
+++ b/lib/msun/src/math_private.h
@@ -17,8 +17,8 @@
#ifndef _MATH_PRIVATE_H_
#define _MATH_PRIVATE_H_
-#include <machine/endian.h>
#include <sys/types.h>
+#include <machine/endian.h>
/* The original fdlibm code used statements like:
n0 = ((*(int*)&one)>>29)^1; * index of high word *
OpenPOWER on IntegriCloud