From: Robert Pengelly Date: Thu, 4 Sep 2025 11:47:40 +0000 (+0100) Subject: stdint.h fix for macOS X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=c6409d23402cfd3c618ee2f37eb41c03f92b2988;p=sar.git stdint.h fix for macOS --- diff --git a/stdint.h b/stdint.h index 9750464..2546ea6 100644 --- a/stdint.h +++ b/stdint.h @@ -3,9 +3,11 @@ *****************************************************************************/ #ifndef _STDINT_H_INCLUDED #ifndef _STDINT_H +#ifndrf _STDINT_H_ #define _STDINT_H_INCLUDED #define _STDINT_H +#define _STDINT_H_ #include @@ -31,5 +33,6 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; #endif +#endif /* _STDINT_H_ #endif /* _STDINT_H */ #endif /* _STDINT_H_INCLUDED */