mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
fix _GNU_SOURCE redefined warning due to perl ccflags
This commit is contained in:
parent
599448af2e
commit
838f8d179e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue