From 4ac0d752c4634868a556ad141515390c189b4c2e Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 4 Apr 2011 22:26:25 +0100 Subject: [PATCH] Solaris requires #define _XPG6 --- driver-ti.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver-ti.c b/driver-ti.c index 11b8ef2..7424c4e 100644 --- a/driver-ti.c +++ b/driver-ti.c @@ -1,4 +1,5 @@ // we want strdup() +#define _XPG6 #define _XOPEN_SOURCE 500 #include "termkey.h"