Skip to content

Commit

Permalink
Merge branch 'endian-mac-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
shaih committed Mar 16, 2019
2 parents 709a969 + 22f8135 commit ac03087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/binio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#include "binio.h"
#include <cassert>
#include <cstring>
#include <endian.h>
#include <sys/types.h>
// NOTE: including sys/types.h for the purpose of bringing in
// the byte order macros in a platform-independent way.

NTL_CLIENT
/* Some utility functions for binary IO */
Expand Down

0 comments on commit ac03087

Please sign in to comment.