Skip to content

Commit

Permalink
fix #915 compile error on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 30, 2020
1 parent 324fcc0 commit 0391368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialmedia/constants.h
Expand Up @@ -34,7 +34,7 @@
# define htole64(x) qtoLittleEndian(x)
# define be64toh(x) qFromBigEndian(x)
# define le64toh(x) qFromLittleEndian(x)
#else
#elif !defined(__FreeBSD__)
# include <endian.h>
#endif

Expand Down

0 comments on commit 0391368

Please sign in to comment.