aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2025-12-30 19:49:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2026-04-25 14:14:11 +0000
commit00bee6fcd77f7812e967f85d1cacbc349ff312b3 (patch)
treea00087e29bd19e20021bc89b1f9133dccae4e730 /lib
parente64bea71c21eb42e97aa615188ba91f6cce0d36d (diff)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc++/Makefile1
-rw-r--r--lib/libc++/module.modulemap4
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 4e487f0e8457..03b04afee7cc 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -232,6 +232,7 @@ STD_HEADERS+= stdatomic.h
STD_HEADERS+= stdbool.h
STD_HEADERS+= stddef.h
STD_HEADERS+= stdexcept
+STD_HEADERS+= stdint.h
STD_HEADERS+= stdio.h
STD_HEADERS+= stdlib.h
STD_HEADERS+= stop_token
diff --git a/lib/libc++/module.modulemap b/lib/libc++/module.modulemap
index a6e6059ab60e..90d61bf5f44a 100644
--- a/lib/libc++/module.modulemap
+++ b/lib/libc++/module.modulemap
@@ -2433,6 +2433,10 @@ module std_stddef_h [system] {
// <stddef.h> supports being included multiple times with different pre-defined macros
textual header "stddef.h"
}
+module std_stdint_h [system] {
+ // <stdint.h> supports being included multiple times with different pre-defined macros
+ textual header "stdint.h"
+}
module std_stdio_h [system] {
// <stdio.h> supports being included multiple times with different pre-defined macros
textual header "stdio.h"