uintX requires stdint.h. No idea why this worked before.

This commit is contained in:
Ben "root" Anderson
2013-10-25 01:48:42 -05:00
parent 1b7f2bff76
commit 04be5f6106
+2
View File
@@ -3,6 +3,8 @@
#if defined(CPU_X86)
#include <stdint.h>
inline uint32_t ArchSwap32( uint32_t n )
{
asm(