projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5dbc7
)
[libc] Include stddef.h after D137871
author
Fangrui Song
<i@maskray.me>
Tue, 15 Nov 2022 20:22:33 +0000
(20:22 +0000)
committer
Fangrui Song
<i@maskray.me>
Tue, 15 Nov 2022 20:22:33 +0000
(20:22 +0000)
C standard does not require stdint.h to define size_t.
libc/src/__support/number_pair.h
patch
|
blob
|
history
diff --git
a/libc/src/__support/number_pair.h
b/libc/src/__support/number_pair.h
index
665a096
..
3c2f0eb
100644
(file)
--- a/
libc/src/__support/number_pair.h
+++ b/
libc/src/__support/number_pair.h
@@
-11,7
+11,7
@@
#include "CPP/type_traits.h"
-#include <std
int
.h>
+#include <std
def
.h>
namespace __llvm_libc {