Avoid compiler warning.

This commit is contained in:
Dianne Skoll
2022-10-10 17:04:51 -04:00
parent ee65e04974
commit 3c120bf561

View File

@@ -10,6 +10,7 @@
/* */ /* */
/***************************************************************/ /***************************************************************/
#define _XOPEN_SOURCE
#include "config.h" #include "config.h"
#include <errno.h> #include <errno.h>
@@ -37,7 +38,6 @@
#include <sys/types.h> #include <sys/types.h>
#ifdef REM_USE_WCHAR #ifdef REM_USE_WCHAR
#define _XOPEN_SOURCE
#include <wctype.h> #include <wctype.h>
#include <wchar.h> #include <wchar.h>
#endif #endif