forked from len0rd/rockbox
Fix Sim & checkwps for newer distros
__builtin found fix for rbendian.h tools/configure defines SIM_USE_BYTESWAP_H if byteswap.h is found in /usr/include/ maybe there is a better mechanism for this Change-Id: I4d004e68313e8b32aa5587582be36bc459fdaf6b
This commit is contained in:
parent
69c6c77680
commit
0f5f5c3390
2 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef SIM_USE_BYTESWAP_H
|
||||
#ifdef OS_USE_BYTESWAP_H
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue