1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Merge pull request #1206 from profanity-im/issue1203

plugins/python: fix double _XOPEN_SOURCE definition
This commit is contained in:
Michael Vetter 2019-10-15 15:28:36 +02:00 committed by GitHub
commit 452a9f645e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
*
*/
#undef _XOPEN_SOURCE
#include <Python.h>
#include "config.h"

View File

@ -32,6 +32,7 @@
*
*/
#undef _XOPEN_SOURCE
#include <Python.h>
#include "log.h"