This commit is contained in:
Aaron Gyes
2022-09-12 18:34:19 -07:00
parent d84443e4a8
commit 168d74ab0e
3 changed files with 2 additions and 2 deletions

View File

@@ -9,10 +9,10 @@
#include <errno.h> // IWYU pragma: keep
#include <fcntl.h> // IWYU pragma: keep
#include <limits.h> // IWYU pragma: keep
#include <unistd.h>
#include <wctype.h>
#include <cwchar>
#include <cstdlib>
#if HAVE_GETTEXT
#include <libintl.h>
#endif