stdint.h on all unix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef ARCH_SETUP_UNIX_H
|
||||
#define ARCH_SETUP_UNIX_H
|
||||
|
||||
#if defined(LINUX)
|
||||
|
||||
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if defined(LINUX)
|
||||
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
inline uint32_t ArchSwap32( uint32_t n )
|
||||
|
||||
Reference in New Issue
Block a user