Skip to content

Commit

Permalink
uintX requires stdint.h. No idea why this worked before.
Browse files Browse the repository at this point in the history
  • Loading branch information
roothorick committed Oct 25, 2013
1 parent 1b7f2bf commit 04be5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/archutils/Common/gcc_byte_swaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#if defined(CPU_X86)

#include <stdint.h>

inline uint32_t ArchSwap32( uint32_t n )
{
asm(
Expand Down

0 comments on commit 04be5f6

Please sign in to comment.