summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWTexture.cpp
diff options
context:
space:
mode:
authorhubslave <29800872+hubslave@users.noreply.github.com>2018-02-26 00:07:05 +0200
committerGitHub <noreply@github.com>2018-02-26 00:07:05 +0200
commit4ae48e10e57dbc91f28dc3b804462e90dec063d0 (patch)
treebc335faaa667a812feeaf7c6e72b7dab3080410c /Source/Core/VideoBackends/Software/SWTexture.cpp
parentb289be43eb458c270506f114c78547e6517953a8 (diff)
Include <endian.h> for byte swap macros on OpenBSD
There is code below that assumes the presence of those macros (by #undef'ing them), but none of the included headers provided them. This fixes a build failure on OpenBSD where the undef'd macros _do_ get picked up later on in a compilation unit (through which include, I don't know), and thus shadow the Common::swap* functions.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWTexture.cpp')
0 files changed, 0 insertions, 0 deletions