stdint.h fix for macOS
authorRobert Pengelly <robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:47:40 +0000 (12:47 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:47:40 +0000 (12:47 +0100)
stdint.h

index 975046483e38ed5fedf7d77904f1a29e7678a662..2546ea618101932c46b6b65acf7440f15e33ba2a 100644 (file)
--- 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    <limits.h>
 
@@ -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 */