From c6409d23402cfd3c618ee2f37eb41c03f92b2988 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Thu, 4 Sep 2025 12:47:40 +0100 Subject: [PATCH] stdint.h fix for macOS --- stdint.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.34.1