--- biosig4c++/biosig-dev.h.orig 2021-08-13 09:17:15 UTC +++ biosig4c++/biosig-dev.h @@ -35,6 +35,8 @@ #include #include "physicalunits.h" +#include +#include // for betoh16, etc. #ifdef __cplusplus extern "C" { @@ -549,6 +551,9 @@ HDRTYPE* sopen_extended(const char* FileName, const ch #elif defined(__linux__) # include # include + +#elif defined(__FreeBSD__) +# include #elif defined(__GLIBC__) // for Hurd # include