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

Missed a _GNU_SOURCE define

parent 6aa4dabf
......@@ -21,7 +21,13 @@
#include "config.h"
#endif
#define _GNU_SOURCE
#ifdef USE_PYTHON
# include "python-tg.h"
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <assert.h>
#include <stdio.h>
......@@ -59,9 +65,6 @@
# include "lua-tg.h"
#endif
#ifdef USE_PYTHON
# include "python-tg.h"
#endif
//#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