Solaris requires #define _XPG6

This commit is contained in:
Paul LeoNerd Evans 2011-04-04 22:26:25 +01:00
parent 3b2861fac9
commit 4ac0d752c4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// we want strdup()
#define _XPG6
#define _XOPEN_SOURCE 500
#include "termkey.h"