Commit 8c3adff6 authored by Vincent Castellano's avatar Vincent Castellano

Missed a _GNU_SOURCE define

parent 6aa4dabf
...@@ -21,7 +21,13 @@ ...@@ -21,7 +21,13 @@
#include "config.h" #include "config.h"
#endif #endif
#define _GNU_SOURCE #ifdef USE_PYTHON
# include "python-tg.h"
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
...@@ -59,9 +65,6 @@ ...@@ -59,9 +65,6 @@
# include "lua-tg.h" # include "lua-tg.h"
#endif #endif
#ifdef USE_PYTHON
# include "python-tg.h"
#endif
//#include "mtproto-common.h" //#include "mtproto-common.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment