strdup() needs 'define _XOPEN_SOURCE 600 - Petr Pavlu
This commit is contained in:
parent
8efef8e088
commit
447a3e7ab9
|
@ -1,6 +1,5 @@
|
|||
// we want strdup()
|
||||
#define _XPG6
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _XOPEN_SOURCE 600
|
||||
|
||||
#include "termkey.h"
|
||||
#include "termkey-internal.h"
|
||||
|
|
Loading…
Reference in New Issue