Merge pull request #1572 from ailin-nemui/perl-redefined

fix _GNU_SOURCE redefined warning due to perl ccflags

(cherry picked from commit aa285d45cd)
This commit is contained in:
ailin-nemui 2025-07-13 17:57:31 +00:00 committed by Ailin Nemui
commit e5ea496527

View file

@ -18,7 +18,9 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <wchar.h>
#define NEED_PERL_H