Skip to content
Permalink
Browse files
Merge pull request #6404 from hubslave/patch-1
Include <endian.h> for byte swap macros on OpenBSD
  • Loading branch information
lioncash committed Feb 28, 2018
2 parents f289141 + 4ae48e1 commit bf825e6
Showing 1 changed file with 2 additions and 0 deletions.
@@ -13,6 +13,8 @@
#include <byteswap.h>
#elif defined(__FreeBSD__)
#include <sys/endian.h>
#elif defined(__OpenBSD__)
#include <endian.h>
#endif

#include "Common/CommonTypes.h"

0 comments on commit bf825e6

Please sign in to comment.