1
0
Fork 0
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:
William Wilgus 2018-12-08 03:19:14 -06:00
parent 69c6c77680
commit 0f5f5c3390
2 changed files with 7 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#include "config.h"
#ifdef SIM_USE_BYTESWAP_H
#ifdef OS_USE_BYTESWAP_H
#include <byteswap.h>
#endif