--- previous/src/cpu/fpp-ieee-be.h 2018/04/24 19:25:47 1.1 +++ previous/src/cpu/fpp-ieee-be.h 2018/04/24 19:31:48 1.1.1.2 @@ -9,6 +9,12 @@ * Copyright 1999 Sam Jordan */ +#ifndef UAE_FPP_IEEE_BE_H +#define UAE_FPP_IEEE_BE_H + +#include "uae/types.h" + + STATIC_INLINE double to_single (uae_u32 value) { union { @@ -62,3 +68,5 @@ STATIC_INLINE void from_double(double sr /* Get the rest of the conversion functions defined. */ #include "fpp-unknown.h" + +#endif /* UAE_FPP_IEEE_BE_H */