From: Robert Pengelly Date: Thu, 4 Sep 2025 12:06:03 +0000 (+0100) Subject: Another check for macOS X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=a7b7d9bca85e4a3288df392ee232b8d5d41a0ab0;p=sasm.git Another check for macOS --- diff --git a/stdint.h b/stdint.h index f61e98c..cd9869e 100644 --- a/stdint.h +++ b/stdint.h @@ -4,10 +4,12 @@ #ifndef _STDINT_H_INCLUDED #ifndef _STDINT_H #ifndef _STDINT_H_ +#ifndef _UINT64_T #define _STDINT_H_INCLUDED #define _STDINT_H #define _STDINT_H_ +#define _UINT64_T #include @@ -19,6 +21,7 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; #endif +#endif /* _UINT64_T */ #endif /* _STDINT_H_ */ #endif /* _STDINT_H */ #endif /* _STDINT_H_INCLUDED */