projects
/
sar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b5c26
)
stdint.h fix for macOS
author
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:47:40 +0000
(12:47 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:47:40 +0000
(12:47 +0100)
stdint.h
patch
|
blob
|
history
diff --git
a/stdint.h
b/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 */