From 98dba1c236a5a7e985b6c07ee8e15900d998ceb8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Dec 2014 23:34:33 -0600 Subject: [PATCH] another strdup fix for old systems --- mfshell/commands/put.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mfshell/commands/put.c b/mfshell/commands/put.c index 5919f78..6495398 100644 --- a/mfshell/commands/put.c +++ b/mfshell/commands/put.c @@ -17,6 +17,7 @@ */ #define _POSIX_C_SOURCE 200809L // for PATH_MAX +#define _GNU_SOURCE // for strdup #include #include