Commit 1fff8ee4 authored by Buildbot's avatar Buildbot
Browse files

Fix build due to incorrect if/else statement

parent c71ff92c
......@@ -35,7 +35,7 @@
#define le32toh(x) CFSwapInt32LittleToHost(x)
#define htole16(x) CFSwapInt16HostToLittle(x)
#define le16toh(x) CFSwapInt16LittleToHost(x)
#elif
#else
#include <endian.h>
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment