stdint.h on all unix

This commit is contained in:
Glenn Maynard
2004-06-13 07:56:33 +00:00
parent d3bd09cdc8
commit d0361ce63f
+2 -2
View File
@@ -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 )