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

fix _GNU_SOURCE redefined warning due to perl ccflags
This commit is contained in:
ailin-nemui 2025-07-13 17:57:31 +00:00 committed by GitHub
commit aa285d45cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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