Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
043761b4
Commit
043761b4
authored
Oct 01, 2016
by
Emmanuel Vadot
Browse files
Fix building on FreeBSD
parent
89dac0f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/portable_endian.h
View file @
043761b4
...
...
@@ -41,11 +41,11 @@
# define __LITTLE_ENDIAN LITTLE_ENDIAN
# define __PDP_ENDIAN PDP_ENDIAN
#elif defined(__OpenBSD__)
#elif defined(__OpenBSD__)
|| defined(__FreeBSD__)
# include <sys/endian.h>
#elif defined(__NetBSD__) ||
defined(__FreeBSD__) ||
defined(__DragonFly__)
#elif defined(__NetBSD__) || defined(__DragonFly__)
# include <sys/endian.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment