Commit e209e35f authored by vysheng's avatar vysheng

restored _GNU_SOURCE for getline in FreeBSD

parent 19851f9e
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "config.h" #include "config.h"
#endif #endif
#define _GNU_SOURCE
#define READLINE_CALLBACKS #define READLINE_CALLBACKS
#include <assert.h> #include <assert.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