add libc/str/nltypes.h to langinfo.h to match glibc

This commit is contained in:
Gavin Hayes 2022-08-18 15:42:35 -04:00
parent db509ee158
commit 287fd266ab

View file

@ -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_ */