diff options
-rw-r--r-- | bswap.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |