Add libc/str/nltypes.h to langinfo.h (#549)

This commit is contained in:
Gavin Hayes 2022-08-18 18:45:56 -04:00 committed by GitHub
parent 2d5f2bebb0
commit 6c3048821c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ #ifndef COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ #define COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_
#include "libc/str/langinfo.h" #include "libc/str/langinfo.h"
#include "libc/str/nltypes.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ */ #endif /* COSMOPOLITAN_LIBC_ISYSTEM_LANGINFO_H_ */