fix _GNU_SOURCE redefined warning due to perl ccflags

This commit is contained in:
Ailin Nemui 2025-07-13 19:33:52 +02:00
commit 838f8d179e

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