aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bswap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bswap.h b/bswap.h
index f41bebed83..cc7f84d30f 100644
--- a/bswap.h
+++ b/bswap.h
@@ -4,6 +4,7 @@
#include "config-host.h"
#include <inttypes.h>
+#include "softfloat.h"
#ifdef CONFIG_MACHINE_BSWAP_H
#include <sys/endian.h>
@@ -11,8 +12,6 @@
#include <machine/bswap.h>
#else
-#include "softfloat.h"
-
#ifdef CONFIG_BYTESWAP_H
#include <byteswap.h>
#else