From 287fd266ab2ed3be86690be664f4e24e09fded06 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 18 Aug 2022 15:42:35 -0400 Subject: [PATCH] add libc/str/nltypes.h to langinfo.h to match glibc --- libc/isystem/langinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/isystem/langinfo.h b/libc/isystem/langinfo.h index 4f4c7361a..333daa44d 100644 --- a/libc/isystem/langinfo.h +++ b/libc/isystem/langinfo.h @@ -1,5 +1,5 @@ #ifndef COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ #define COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ #include "libc/str/langinfo.h" - +#include "libc/str/nltypes.h" #endif /* COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ */