mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Merge pull request #1572 from ailin-nemui/perl-redefined
fix _GNU_SOURCE redefined warning due to perl ccflags
This commit is contained in:
commit
aa285d45cd
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#define NEED_PERL_H
|
#define NEED_PERL_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue